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

`example_data` module can't be loaded before initialization #26

Closed aazuspan closed 2 years ago

aazuspan commented 2 years ago

Because the example regions are class attributes, they get instantiated on import, which fails if Earth Engine hasn't been initialized. Need to redesign accordingly.