This function creates or activates a Python virtual environment and optionally
installs the copernicusmarine Python module. It does not store credentials.
Usage
cm_setup(
env = "oceancube-copernicus",
install = TRUE,
module = "copernicusmarine",
verbose = TRUE
)Lifecycle
Deprecated as of oceancube 0.3.0. Manage the provider client and its Python
environment outside oceancube, then open downloaded local NetCDF files with
cube_open().