During the hackday I tested docs_1_ecco_l3.ipynb on the NASA Openscapes JupyterHub using nbgitpuller.
It all ran fine!
A note that throughout the tutorial I frequently got the following warning, in red:
/srv/conda/envs/notebook/lib/python3.13/site-packages/earthaccess/store.py:523: FutureWarning: As of version 1.0, `DataGranule.size` will be accessed as an attribute; e.g. use `DataCollection.size` **not** `DataCollection.size()`
total_size = round(sum([granule.size() for granule in granules]) / 1024, 2)
During the hackday I tested docs_1_ecco_l3.ipynb on the NASA Openscapes JupyterHub using nbgitpuller.
It all ran fine!
A note that throughout the tutorial I frequently got the following warning, in red: