Last active
June 11, 2024 23:04
-
-
Save aolinto/d14d72711a648a34ab5b31a8c26d6360 to your computer and use it in GitHub Desktop.
download copernicus armor-3d-rep-monthly dataset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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