From 82f6b3475f05048a044ce8c244a991969d764f6a Mon Sep 17 00:00:00 2001
From: amsnyder <asnyder@usgs.gov>
Date: Thu, 25 Apr 2024 15:03:40 -0500
Subject: [PATCH] add archival thredds asset

---
 .../collection.json                           | 18 --------------
 ...mulation_create_collection_from_zarr.ipynb | 24 ++++++++++++++++++-
 2 files changed, 23 insertions(+), 19 deletions(-)

diff --git a/catalog/alaska_et_2020_ccsm4_historical_simulation/collection.json b/catalog/alaska_et_2020_ccsm4_historical_simulation/collection.json
index 829d5758..75b0cac6 100644
--- a/catalog/alaska_et_2020_ccsm4_historical_simulation/collection.json
+++ b/catalog/alaska_et_2020_ccsm4_historical_simulation/collection.json
@@ -132,24 +132,6 @@
         "osn"
       ]
     },
-    "zarr-s3": {
-      "href": "s3://nhgf-development/workspace/DataConversion/alaska_et_2020_ccsm4_historical_simulation.zarr/",
-      "type": "application/vnd+zarr",
-      "description": "S3 access to collection zarr group",
-      "xarray:open_kwargs": {
-        "chunks": {},
-        "engine": "zarr",
-        "consolidated": true
-      },
-      "xarray:storage_options": {
-        "requester_pays": true
-      },
-      "roles": [
-        "data",
-        "zarr",
-        "s3"
-      ]
-    },
     "zarr-s3-aws": {
       "href": "s3://nhgf-development/workspace/DataConversion/alaska_et_2020_ccsm4_historical_simulation.zarr/",
       "type": "application/vnd+zarr",
diff --git a/workflows/archive/alaska_et_2020_ccsm4_historical_simulation_create_collection_from_zarr.ipynb b/workflows/archive/alaska_et_2020_ccsm4_historical_simulation_create_collection_from_zarr.ipynb
index fb770d91..b74ce406 100644
--- a/workflows/archive/alaska_et_2020_ccsm4_historical_simulation_create_collection_from_zarr.ipynb
+++ b/workflows/archive/alaska_et_2020_ccsm4_historical_simulation_create_collection_from_zarr.ipynb
@@ -461,6 +461,18 @@
     "## Add zarr url asset to collection"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "739e76cd-7712-4fef-b278-01d342eae674",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# first clear out any existing assets - that way if we change the name, we won't have the old asset\n",
+    "# preserved\n",
+    "collection.assets.clear()"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
@@ -504,7 +516,7 @@
    "id": "0428bc79-153a-4185-9b69-87d9b4e994fc",
    "metadata": {},
    "source": [
-    "### Add Collection Link to Archival Assets on S3"
+    "## Add Collection Link to Archival Assets on S3"
    ]
   },
   {
@@ -524,6 +536,16 @@
     "collection.add_asset(archival_id, archival_asset)"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "43620d09-f89a-47c8-bef8-8fe863bc326d",
+   "metadata": {
+    "tags": []
+   },
+   "outputs": [],
+   "source": []
+  },
   {
    "cell_type": "markdown",
    "id": "f67cd5c9-db33-45c2-bc21-480cd67354f4",
-- 
GitLab