Skip to content

Commit ca611af

Browse files
committed
Update catalog
1 parent 3d67495 commit ca611af

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/intake_catalog.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ sources:
8282

8383
nwm-forecast:
8484
driver: intake_xarray.xzarr.ZarrSource
85-
description: 'National Water Model Forecast Best Time Series'
85+
description: |
86+
National Water Model Forecast Best Time Series.
87+
Requires valid S3 credentials, since references file is requester-pays.
8688
args:
8789
urlpath: 'reference://'
8890
storage_options:
@@ -96,7 +98,9 @@ sources:
9698

9799
hrrr:
98100
driver: zarr
99-
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.
100104
args:
101105
urlpath: "reference://"
102106
storage_options:

0 commit comments

Comments
 (0)