Skip to contents

Connect to the Copernicus Marine Python module

Usage

cm_connect(
  env = "oceancube-copernicus",
  required = TRUE,
  module = "copernicusmarine",
  verbose = TRUE
)

Arguments

env

Virtual environment name.

required

Logical. Should activation fail if the environment is missing?

module

Python module name.

verbose

Logical. Print progress messages?

Value

Imported Python module.

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().