diff --git a/catalog/conus404-daily/collection.json b/catalog/conus404-daily/collection.json index 14da3f747299fe90222aaa16ee208eec658940b4..7e99fdd5c3f1d1449857fb7f21747ed6a725beb2 100644 --- a/catalog/conus404-daily/collection.json +++ b/catalog/conus404-daily/collection.json @@ -1804,7 +1804,7 @@ "license": "CC0-1.0", "assets": { "zarr-s3": { - "href": "s3://nhgf-development/conus404/conus404_daily.zarr/", + "href": "s3://nhgf-development/conus404/conus404_daily_202210.zarr/", "type": "application/vnd+zarr", "description": "S3 access to collection zarr group", "xarray:open_kwargs": { diff --git a/catalog_items/conus404-daily/conus404-daily.json b/catalog_items/conus404-daily/conus404-daily.json index 0decad8bcfad481366f6b2f589bbe2a8ca9d86d5..fcbb684704d3a1055ff38910a9f6ab754ca4a943 100644 --- a/catalog_items/conus404-daily/conus404-daily.json +++ b/catalog_items/conus404-daily/conus404-daily.json @@ -1807,7 +1807,7 @@ ], "assets": { "zarr-s3": { - "href": "s3://nhgf-development/conus404/conus404_daily.zarr/", + "href": "s3://nhgf-development/conus404/conus404_daily_202210.zarr/", "type": "application/vnd+zarr", "description": "S3 access to collection zarr group", "xarray:open_kwargs": { diff --git a/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb b/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb index 7f10149d7d3b1cb4ddd3a9e8165cc3d3f77f270f..e7efe52691e16292b47ad29882a3e2220a4593a9 100644 --- a/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb +++ b/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb @@ -123,7 +123,7 @@ "outputs": [], "source": [ "# url to zarr store that you want to create a collection for\n", - "zarr_url2 = 's3://nhgf-development/conus404/conus404_daily.zarr/'\n", + "zarr_url2 = 's3://nhgf-development/conus404/conus404_daily_202210.zarr/'\n", "\n", "# define keyword arguments needed for opening the dataset with xarray\n", "# ref: https://github.com/stac-extensions/xarray-assets\n", diff --git a/workflows/create_item_zarr_exploratory_workflow_conus404-daily.ipynb b/workflows/create_item_zarr_exploratory_workflow_conus404-daily.ipynb index 24cf4544a28ab8fe3fcc36f131619be8f5a27626..1d5c329a9d26b399167689104c5603d9769b9b53 100644 --- a/workflows/create_item_zarr_exploratory_workflow_conus404-daily.ipynb +++ b/workflows/create_item_zarr_exploratory_workflow_conus404-daily.ipynb @@ -127,7 +127,7 @@ "outputs": [], "source": [ "# url to zarr store that you want to create a collection for\n", - "zarr_url2 = 's3://nhgf-development/conus404/conus404_daily.zarr/'\n", + "zarr_url2 = 's3://nhgf-development/conus404/conus404_daily_202210.zarr/'\n", "\n", "# define keyword arguments needed for opening the dataset with xarray\n", "# ref: https://github.com/stac-extensions/xarray-assets\n",