v0.1.0 Stable release
Improvements
Dataset.sankify()
for one-liner Sankey diagramsDataset.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 supportsDataset
inputs.- As a result,
band
,palette
, andlabels
are now required
- As a result,
Datasets.names
,Datasets.get
, andDataset.get_images
removed- Full list of datasets now available with
sankee.datasets.datasets
- Full list of datasets now available with
- NLCD 1992 conversion removed
Under the Hood
- Type hints and updated docstrings
- Updated tutorials
Full Changelog: v0.0.7...v0.1.0