Julia wrapper for the python package copernicusmarine.
CopernicusMarine.jl provides a Julia interface to the copernicusmarine Python library, which provides tools downloading Copernicus datasets.
using Pkg
Pkg.add("CopernicusMarine")By importing the package you have access to the python package via:
julia> using CopernicusMarine
julia> CopernicusMarine.copernicusmarine
Python: <module 'copernicusmarine' from '/Users/arandomuser/CopernicusMarine.jl/.CondaPkg/.pixi/envs/default/lib/python3.13/site-packages/copernicusmarine/__init__.py'>