diff --git a/catalog/TTU_2019_rcp45_station_data/collection.json b/catalog/TTU_2019_rcp45_station_data/collection.json
index 3daae0d9655d3dbe657f7865919b64719211ecd8..107c614d0f7963d0a1e983023c9d27cb16e8a5db 100644
--- a/catalog/TTU_2019_rcp45_station_data/collection.json
+++ b/catalog/TTU_2019_rcp45_station_data/collection.json
@@ -2,7 +2,7 @@
   "type": "Collection",
   "id": "TTU_2019_rcp45_station_data",
   "stac_version": "1.0.0",
-  "description": "CONUS404 40 years of daily values for subset of model output variables derived from hourly values on cloud storage",
+  "description": "High-Resolution Precipitation Projections for the South Central U.S.",
   "links": [
     {
       "rel": "root",
diff --git a/workflows/archive/TTU_2019_rcp45_station_data_create_collection_from_zarr.ipynb b/workflows/archive/TTU_2019_rcp45_station_data_create_collection_from_zarr.ipynb
index 7a1eb9d5d953b6277f934c5e9c36ea0664e4e8ac..6c3ea5a92e3e336456f27c60fac5127af1bbedc6 100644
--- a/workflows/archive/TTU_2019_rcp45_station_data_create_collection_from_zarr.ipynb
+++ b/workflows/archive/TTU_2019_rcp45_station_data_create_collection_from_zarr.ipynb
@@ -154,9 +154,7 @@
    "outputs": [],
    "source": [
     "# description of STAC collection\n",
-    "collection_description = 'CONUS404 40 years of daily values for subset of model output variables derived from hourly values on cloud storage'\n",
-    "# you can consider pulling this fram dataset attributes instead of manually typing it:\n",
-    "# collection_description = ds.attrs['title']\n",
+    "collection_description = ds.attrs['title']\n",
     "\n",
     "# license for dataset\n",
     "collection_license = stac_helpers.license_picker(ds.attrs['license'])"