From a450fe1bda5f8f1edfb50bff1b70f73ede360a22 Mon Sep 17 00:00:00 2001
From: amsnyder <asnyder@usgs.gov>
Date: Thu, 11 Jan 2024 16:30:42 -0600
Subject: [PATCH] make crs print more generally applicable

---
 .../create_collection_from_zarr_conus404-daily.ipynb         | 5 ++---
 .../examples/create_item_from_zarr_conus404-daily.ipynb      | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/workflows/examples/create_collection_from_zarr_conus404-daily.ipynb b/workflows/examples/create_collection_from_zarr_conus404-daily.ipynb
index f2e50c3e..897d0c7c 100644
--- a/workflows/examples/create_collection_from_zarr_conus404-daily.ipynb
+++ b/workflows/examples/create_collection_from_zarr_conus404-daily.ipynb
@@ -511,9 +511,8 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "# print ot crs information in dataset\n",
-    "crs_info = ds.crs\n",
-    "print(crs_info)"
+    "# print out crs information in dataset\n",
+    "print(crs)"
    ]
   },
   {
diff --git a/workflows/examples/create_item_from_zarr_conus404-daily.ipynb b/workflows/examples/create_item_from_zarr_conus404-daily.ipynb
index e3cade6c..5bfc54b8 100644
--- a/workflows/examples/create_item_from_zarr_conus404-daily.ipynb
+++ b/workflows/examples/create_item_from_zarr_conus404-daily.ipynb
@@ -521,9 +521,8 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "# print ot crs information in dataset\n",
-    "crs_info = ds.crs\n",
-    "print(crs_info)"
+    "# print out crs information in dataset\n",
+    "print(crs)"
    ]
   },
   {
-- 
GitLab