Skip to content

Instantly share code, notes, and snippets.

@aolinto
Last active June 11, 2024 23:04
Show Gist options
  • Select an option

  • Save aolinto/d14d72711a648a34ab5b31a8c26d6360 to your computer and use it in GitHub Desktop.

Select an option

Save aolinto/d14d72711a648a34ab5b31a8c26d6360 to your computer and use it in GitHub Desktop.
download copernicus armor-3d-rep-monthly dataset
import copernicusmarine as cm
cm.subset(
dataset_id="dataset-armor-3d-rep-monthly",
dataset_version="202012",
variables=["mlotst","so","to"],
minimum_longitude=-49.0,
maximum_longitude=-38.5,
minimum_latitude=-28.5,
maximum_latitude=-17.5,
start_datetime="1998-01-01T00:00:00",
end_datetime="2023-12-01T23:59:59",
minimum_depth=0,
maximum_depth=300,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment