aazuspan / sankee

Visualize classified time series data with interactive Sankey plots in Google Earth Engine
https://sankee.readthedocs.io/en/latest/index.html
MIT License
97 stars 15 forks source link

Fix image order bug #35

Closed aazuspan closed 1 year ago

aazuspan commented 1 year ago

Earth Engine sorts FeatureCollection columns alphabetically, which can lead to figures with incorrect label order. This fix re-sorts the columns after sampling from Earth Engine to ensure the label order matches the requested order. Also modifies the sampling test data to prevent regression.

Close #32