Copernicus-Marine-Toolbox logo

Copernicus-Marine-Toolbox MercatorOcean

Use this command to install Copernicus-Marine-Toolbox:
winget install --id=MercatorOcean.Copernicus-Marine-Toolbox -e

The Copernicus Marine Toolbox is a free and easy-to-use tool that interoperates with the Copernicus Marine Data Store intending to cover any use case, from retrieval of metadata to a complete dataset, or just a subset, for any type of product.

The Copernicus Marine Toolbox is a free and versatile tool designed to facilitate seamless interaction with the Copernicus Marine Data Store. It empowers users to retrieve metadata, access complete datasets, or extract specific subsets for various marine products efficiently.

Key Features:

  • Command Line Interface (CLI) & Python API Integration: Access functionalities through either CLI commands or a Python-based application programming interface (API).
  • Metadata Retrieval: List and retrieve detailed metadata on all available products, datasets, and variables.
  • Dataset Subsetting: Extract specific portions of datasets in formats like Analysis-Ready Cloud-Optimized (ARCO) Zarr or NetCDF.
  • Advanced Filtering: Apply filters to access multiple files directly from the Marine Data Store in original formats such as NetCDF or GeoTIFF.
  • No Quotas: Enjoy unrestricted access without volume or bandwidth limits, enhancing flexibility for large-scale data needs.

Audience & Benefit:
Ideal for marine researchers, climate scientists, and data analysts seeking reliable tools to retrieve and process oceanographic data. The toolbox provides seamless integration with the Copernicus Marine Data Store, enabling users to efficiently manage and analyze datasets while avoiding download restrictions.

The Copernicus Marine Toolbox can be installed via winget, ensuring easy setup across supported platforms.

README

Copernicus Marine Service Toolbox (CLI & Python)

Copernicus Marine Service and Mercator Ocean international logos

Features

The Copernicus Marine Toolbox offers capabilities through both Command Line Interface (CLI) and Python API:

  • Metadata Information: List and retrieve metadata information on all products, datasets, variables.
  • Subset Datasets: Subset datasets to extract only the parts of interest, in preferred format, such as Analysis-Ready Cloud-Optimized (ARCO) Zarr or NetCDF file format.
  • Advanced Filters: Apply simple or advanced filters to get multiple files, in original formats like NetCDF/GeoTIFF, via direct Marine Data Store connections.
  • No Quotas: Enjoy no quotas, neither on volume size nor bandwidth.

Documentation

For detailed and up-to-date information, please refer to the Copernicus Marine Toolbox Documentation. It includes exhaustive guides, API specifications, and tutorials, automatically versioned.

For additional documentation and smooth transition for users of legacy services such as MOTU, OPeNDAP, or FTP, visit our Help Center.

Installation

The Copernicus Marine Toolbox can be installed and utilized in various ways to suit different user preferences and system configurations. For detailed guidance, refer to the installation page of the toolbox documentation.

Mamba | Conda

mamba install conda-forge::copernicusmarine --yes

or conda:

conda install -c conda-forge copernicusmarine

Pip

python -m pip install copernicusmarine

Binaries (no-installation)

These binaries require no installation and run independently on the user system. Simply download (from release page or check the installation page of the toolbox documentation) and run the binary for instant access to the toolbox Command Line Interface functionalities.

Docker

docker pull copernicusmarine/copernicusmarine:latest

Dependencies

Note that the use of xarray<2024.7.0 with numpy>=2.0.0 leads to inconsistent results. See this issue: xarray issue.

Command Line Interface (CLI)

The --help option

To discover commands and their available options, consider appending --help on any command line.

Example:

copernicusmarine --help

Returns:

Usage: copernicusmarine [OPTIONS] COMMAND [ARGS]...

Options:
  -V, --version  Show the version and exit.
  -h, --help     Show this message and exit.

Commands:
  describe  Print Copernicus Marine catalogue as JSON.
  get       Download originally produced data files.
  login     Create a configuration file with your Copernicus Marine credentials.
  subset    Download subsets of datasets as NetCDF files or Zarr stores.

Python package (API)

The copernicusmarine exposes a Python interface to allow you to call commands as functions.

Version management

We are using semantic versioning X.Y.Z → MAJOR.MINOR.PATCH → for example 1.0.2. We follow the SEMVER principles:

>Given a version number MAJOR.MINOR.PATCH, increment the: > >- MAJOR version when you make incompatible API changes >- MINOR version when you add functionality in a backward compatible manner >- PATCH version when you make backward compatible bug fixes > >Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Contribution

We welcome contributions from the community to enhance this package. If you find any issues or have suggestions for improvements, please check out our Report Template.

You are welcome to submit issues to the GitHub repository or create a pull request; however, please be advised that we may not respond to your request or may provide a negative response.

Future improvements & Roadmap

To keep up to date with the most recent and planned advancements, including revisions, corrections, and feature requests generated from users' feedback, please refer to our Roadmap.

Join the community

Get in touch!

Licence

Licensed under the EUPL

Versions
v2.1.2
Website
License