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
99 stars 15 forks source link

Store sampled points in `SankeyPlot` #25

Closed aazuspan closed 2 years ago

aazuspan commented 2 years ago

Being able to access the points that were used to sample the Sankey data might be useful (or at least interesting), and wouldn't require much work. Just need to refactor to generate the random points outside of the sampling function and pass them in. That change would also make it trivial to allow user-defined points, which could be worth adding in the future.