Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix link to intake catalog.
  • Loading branch information
noaaroland authored Oct 28, 2024
1 parent 0984991 commit 9ad2949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion read_s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ NoCredentialsError: Unable to locate credentials

After reading through a lot of xarray bug reports, it's clear that it is difficult to get the right options to the right place to open a xarray data set from X3. The recoomentation is to use a tool like intake to specify the options and have it handle the negotiations with the storage system. I have done that and I can successfully read the files as a Dask backed xarray dataset.

[Here is the intake catalog which defines the data and the underlying grid](catalog.yml)
[Here is the intake catalog which defines the data and the underlying grid](intake_catalog.yml)

[Here is the notebook that reads and plots the data.](nb.ipynb)

0 comments on commit 9ad2949

Please sign in to comment.