Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add download info to top of intro_yaxarrays notebook #3

Open
felixcremer opened this issue Sep 4, 2024 · 0 comments
Open

Add download info to top of intro_yaxarrays notebook #3

felixcremer opened this issue Sep 4, 2024 · 0 comments

Comments

@felixcremer
Copy link
Member

We should add the description how to download the data that we use in the YAXArrays intro notebook to the top of the notebook so that people can follow along.
The info is currently in the exercise YAXArrays slides, but there is nothing wrong in duplicating that info

using YAXArrays
using Zarr
era5url = "https://s3.bgc-jena.mpg.de:9000/deepextremes/v3/ERA5Cube.zarr"
ds = open_dataset(era5url)
sub = ds[Ti=DateTime(1998,1,1)..DateTime(2022,12,31), longitude=0..14.76,latitude=30.1..60]
savedataset(sub,path="./era5.zarr")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant