Python library and CLI for accessing and downloading marine data from the Copernicus Marine Service (CMEMS). Version 2.4.0 requires Python >=3.10. Released under Apache-2.0, with regular updates.
pip install copernicusmarineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Authenticate and download a subset of global ocean physics data as NetCDF.
Use authentication via parameters or env vars; do not use copernicusmarine.login().
Replace open_dataset() calls with subset() for file-based access or use xarray with fsspec via the Copernicus Marine toolbox.
Ensure network access and set COPERNICUSMARINE_USERNAME and COPERNICUSMARINE_PASSWORD environment variables for non-interactive use.
Split the request into smaller chunks or use the MOTU API directly for heavy downloads.
Remove login() call. Pass username and password as arguments to subset() or set environment variables COPERNICUSMARINE_USERNAME and COPERNICUSMARINE_PASSWORD.
Use copernicusmarine.open_dataset() or switch to copernicusmarine.subset().
Set COPERNICUSMARINE_USERNAME and COPERNICUSMARINE_PASSWORD environment variables, or pass username and password to the function.
No dependency data recorded yet.