/c3s_sm-tutorials

Jupyter Notebook Tutorials for C3S Soil Moisture

Primary LanguageHTML

C3S SM Tutorials

This package contains the jupyter notebooks tutorials for Satellite Soil Moisture data from the Copernicus Climate Data Store.

The package is designed to run on mybinder.org. To open a notebook in your browser click on one of the following badges. Please note that opening the files on mybinder may take a few minutes (it takes longer if the notebook was not used for some time).


Tutorial 1 - Data Access and Anomalies (click badge to launch)

Download C3S Satellite Soil Moisture data from the Copernicus Climate Data Store (CDS), read data stacks in python using xarray and perform simple analyses of soil moisture anomalies over selected study areas.

Note: It can take a few minutes to open notebooks on mybinder. If jupyter-lab does not open in your browser after e.g. 5-10 minutes, refresh the mybinder loading page and try again.

A non-interactive version of this notebook is available here!


Jupyter notebook controls

If you are not familiar with Jupyter Notebooks, there are numerous tutorials available online, e.g. here or here. Some cells in the notebooks depend on running previous cells first (otherwise you will see an error message). Therefore it is recommended to either run all cells directly (click 🞂🞂) or running individual cells from top to bottom (►).

  • â–º Run all code in a single block (cell)
  • â–  Interrupt the kernel to stop any code execution
  • ⟳ Restart the kernel
  • 🞂🞂 Restart Kernel and run all cells