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

Empty collection testing #53

Closed aazuspan closed 6 months ago

aazuspan commented 6 months ago

The main fix is to update the failing test_sample_data_point test caused by an apparent change in the EE server error handling. Previously, attempting to generate random points from a point geometry would raise an error, and sankee would catch that and rethrow. Now, we catch more specifically when an empty feature collection is sampled.

Some other minor changes: