Workshop content for using Jupyter Notebooks on the Copernicus Data Space Ecosystem. Workshop held at the Big Data from Space 2023 conference.
This workshop shows streamlined satellite data access using Copernicus Dataspace Ecosystem APIs. It also shows how to get this data into popular python data analysis tools like Pandas and xarray.
The workshop is split up into three notebooks.
This notebook introduces you to the Sentinel Hub APIs which allow you streamlined access to satellite data.
Using Sentinel 5P data this notebook goes further into depth about data access. It also shows how to easily carry out spatial statistics completely in the cloud. Those spatial statistics are then brought into pandas for further analysis.
- Advanced Evalscripts
- Statistical API
- Basic Pandas tabular analaysis
Using Sentinel 2 data this notebook shows how to easily and quickly construct cloud free mosaics. It also shows a simple classification and time series use-case. The analysis is carried out using xarray.
- Cloud free mosaics
- Basic multidimensional data handling with xarray