Minimal examples for accessing Copernicus' ODYSSEA product.
Prerequisites: Python 3.9+ or conda (Miniconda / Anaconda)
# create and activate environment
conda env create -f environment.yml
conda activate odyssea_examplepython -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtSee the examples/ directory for jupyter notebooks showing how to load ODYSSEA L3S data from disk or on the fly.
To download ODYSSEA products (or any other Copernicus Marine product), we recommend using Copernicus Marine Toolbox.
copernicusmarine_template/ contains a template that can be customized to download the data (subset by region and time) from the command line as:
copernicusmarine subset --request-file copernicusmarine_template/odyssea_dl.jsonThe data is downloaded to the directory ./odyssea_data, where the relative path ./ is from the location of execution of the command, not from the location of odyssea_dl.json.
Note that two ODYSSEA L3S products exist depending on time coverage:
the two products might aggregate data from different sensors, refer to their page for more details.
Downloading Copernicus data requires (free) registration to the Copernicus Marine services, see: https://data.marine.copernicus.eu/register.
- This repository demonstrates access to Copernicus' ODYSSEA product. For official documentation and datasets, see: ODYSSEA L3S and the Copernicus Marine Service.