Skip to content

v0.1.0 Stable release

Compare
Choose a tag to compare
@aazuspan aazuspan released this 01 Jul 16:48
· 62 commits to main since this release

Improvements

  • Dataset.sankify() for one-liner Sankey diagrams
  • Dataset.get_year() to retrieve single classified images
    • LCMS CONUS and SEAK images are merged
    • MODIS vis param properties are set
  • Dataset.years lists supported dataset years
  • No-data classes automatically excluded
  • sankee.sankify region now optional, defaults to image geometry
  • Increased default samples n to 500
  • Much easier integration with geemap

Breaking Changes

  • sankee.sankify no longer supports Dataset inputs.
    • As a result, band, palette, and labels are now required
  • Datasets.names, Datasets.get, and Dataset.get_images removed
    • Full list of datasets now available with sankee.datasets.datasets
  • NLCD 1992 conversion removed

Under the Hood

  • Type hints and updated docstrings
  • Updated tutorials

Full Changelog: v0.0.7...v0.1.0