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

cannot access chrtout_file and use it in usage_example_... notebooks #13

Open
FariborzDaneshvar-NOAA opened this issue Sep 21, 2023 · 0 comments

Comments

@FariborzDaneshvar-NOAA
Copy link

The path for chrtout_file provided in both usage_example_streamflow_timeseries.ipynb and usage_example_rerechunk_chrtout.ipynb notebooks is on GLADE ('/glade/p/datashare/ishitas/nwm_retro_v2.1/chrtout.zarr'), which I don't have access to it!

The following command works for loading version 2.0 from s3 ('s3://noaa-nwm-retro-v2-zarr-pds'), but it fails with KeyError: '.zmetadata' for version 2.1 ('s3://noaa-nwm-retrospective-2-1-pds')!

# url = 's3://noaa-nwm-retro-v2-zarr-pds'  # version 2.0
url = 's3://noaa-nwm-retrospective-2-1-pds' # version 2.1
ds = xr.open_zarr(fsspec.get_mapper(url, anon=True), consolidated=True)

Do you know how I can read version 2.1 and retrieve timeseries for a given feature_id?

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