Sankee Versions Save

Visualize classified time series data with interactive Sankey plots in Google Earth Engine

v0.2.5

2 months ago

What's Changed

Full Changelog: https://github.com/aazuspan/sankee/compare/v0.2.4...v0.2.5

v0.2.4

11 months ago

What's Changed

Full Changelog: https://github.com/aazuspan/sankee/compare/v0.2.3...v0.2.4

v0.2.3

1 year ago

What's Changed

Full Changelog: https://github.com/aazuspan/sankee/compare/v0.2.2...v0.2.3

v0.2.2

1 year ago

What's Changed

Full Changelog: https://github.com/aazuspan/sankee/compare/v0.2.1...v0.2.2

v0.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/aazuspan/sankee/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

Improvements

  • Interactive class control GUI in #21
  • Sampled points now accessible from SankeyPlot.samples in #27
  • Style improvements for readability

New Datasets

Full Changelog: https://github.com/aazuspan/sankee/compare/v0.1.0...v0.2.0

v0.1.0

1 year ago

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: https://github.com/aazuspan/sankee/compare/v0.0.7...v0.1.0

v0.0.7

2 years ago
  • Pin plotly to 5.2.2 for Colab

Full Changelog: https://github.com/aazuspan/sankee/compare/v0.0.6...v0.0.7

v0.0.6

2 years ago
  • Auto-import Dataset class to fix #14

Full Changelog: https://github.com/aazuspan/sankee/compare/v0.0.5...v0.0.6

v0.0.5

2 years ago
  • Fix bug when some NaN values are sampled
  • Raise more helpful exception when only NaN values are sampled