- Add Sentinel-1 RTC Gamma0 notebook,
notebooks/data_products/sentinel-1-gamma0.ipynb
- Consistency updates to
notebooks/01-welcome-to-easi.ipynb
and thenotebooks/data_products/sentinel-2-*l2a.ipynb
notebooks - Consolidate and update
easi-tools
functions, including for use with python3.12
- Add Sentinel-2 Collection 1 L2a notebook,
notebooks/data_products/sentinel-2-c1-l2a.ipynb
- Rename
tutorials
directory tonotebooks
- Move
data-products
tonotebooks
directory - Simplify names of the
Dask
notebooks - Add
adding-python-libraries
notebook - Simplify
html/readme.md
, and update for the above changes
- Update
tutorial/dask/05_-_Go_Big_or_Go_Home_Part_2.ipynb
to usehvplot
rather thanholoviews
- the syntax is simpler and it avoids the bug that exists inholoviews
working withxarray
that has crept into upstream libraries.
Large update to ensure the notebooks can work across all EASI deployments
- Rename EasiNotebooks to EasiDefaults (
easi-tools/deployments.py
) - Update all notebooks to use EasiDefaults
- Update EasiDefaults to work on all deployments (that are defined)
- Generalised some of the language used in the Dask notebooks (
tutorials/dask/*.ipynb
) - Updated the rendered HTML versions of the dask notebooks
- Various related updates
Add a tutorial notebook for using scratch and project buckets
- See
tutorial/easi-scratch-bucket.ipynb
Add a tutorial notebook for data storage
- See
tutorial/02-data-storage.ipynb
Updated Welcome to EASI notebook
- Added
easi_tools/deployments.py
Added dask notebooks
- See
tutorial/dask/*.ipynb
Initial commit to this repository
- Structure
- Pre-commit hook
- README.md, LICENSE, whats_new.md
- Welcome to EASI notebook (copy from https://github.com/csiro-easi/eocsi-hackathon-2022)