Skip to content

boom-lab/ODYSSEA_example

Repository files navigation

ODYSSEA examples

Minimal examples for accessing Copernicus' ODYSSEA product.

Prerequisites: Python 3.9+ or conda (Miniconda / Anaconda)

Quick install

conda

# create and activate environment
conda env create -f environment.yml
conda activate odyssea_example

pip

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

See 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.json

The 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.

About ODYSSEA

About

Examples on how to access Copernicus ODYSSEA data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published