From b622608d15c985aafa5cb6d15457d5abc3ac67f4 Mon Sep 17 00:00:00 2001
From: amsnyder <asnyder@usgs.gov>
Date: Mon, 11 Dec 2023 12:37:54 -0600
Subject: [PATCH] fix s3 url

---
 catalog/conus404-daily/collection.json                          | 2 +-
 catalog_items/conus404-daily/conus404-daily.json                | 2 +-
 ...te_collection_zarr_exploratory_workflow_conus404-daily.ipynb | 2 +-
 .../create_item_zarr_exploratory_workflow_conus404-daily.ipynb  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/catalog/conus404-daily/collection.json b/catalog/conus404-daily/collection.json
index 14da3f74..7e99fdd5 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 0decad8b..fcbb6847 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 7f10149d..e7efe526 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 24cf4544..1d5c329a 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",
-- 
GitLab