We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d67495 commit ca611afCopy full SHA for ca611af
examples/intake_catalog.yml
@@ -82,7 +82,9 @@ sources:
82
83
nwm-forecast:
84
driver: intake_xarray.xzarr.ZarrSource
85
- description: 'National Water Model Forecast Best Time Series'
+ description: |
86
+ National Water Model Forecast Best Time Series.
87
+ Requires valid S3 credentials, since references file is requester-pays.
88
args:
89
urlpath: 'reference://'
90
storage_options:
@@ -96,7 +98,9 @@ sources:
96
98
97
99
hrrr:
100
driver: zarr
- decription: small section of 200 files of forecast data
101
+ decription: |
102
+ Small section of 200 files of forecast data.
103
+ Requires import of kerchunk.grib2 to register the grib codec with numcodecs.
104
105
urlpath: "reference://"
106
0 commit comments