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

Issue with sankee.Dataset() #14

Closed Daniel-Trung-Nguyen closed 2 years ago

Daniel-Trung-Nguyen commented 2 years ago

I am running one of the examples on Google Colab and encountered this problem:

AttributeError Traceback (most recent call last)

in () ----> 1 dataset = sankee.Dataset(collection_name="custom", band=band, labels=labels, palette=palette) AttributeError: module 'sankee' has no attribute 'Dataset' ![image](https://user-images.githubusercontent.com/22897462/142975456-40641cb9-b553-4ba8-93a9-b79446a9d2c1.png)
aazuspan commented 2 years ago

You're right, that was broken! This should be fixed with 0.0.7. Thanks for reporting it!