From 8309083f6da910c36fd63bac1ee6c015d8de573e Mon Sep 17 00:00:00 2001 From: amsnyder <asnyder@usgs.gov> Date: Mon, 8 Apr 2024 11:52:50 -0400 Subject: [PATCH] uncomment bbox --- .../archive/iclus_hc_create_collection_from_zarr.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workflows/archive/iclus_hc_create_collection_from_zarr.ipynb b/workflows/archive/iclus_hc_create_collection_from_zarr.ipynb index 89315600..50c84485 100644 --- a/workflows/archive/iclus_hc_create_collection_from_zarr.ipynb +++ b/workflows/archive/iclus_hc_create_collection_from_zarr.ipynb @@ -399,10 +399,10 @@ "# min_lat = result[1]\n", "# max_lon = result[2]\n", "# max_lat = result[3]\n", - "# min_lon = -127.88612576329054\n", - "# min_lat = 22.872641668268155\n", - "# max_lon = -65.34617124487134\n", - "# max_lat = 51.60365306185643" + "min_lon = -127.88612576329054\n", + "min_lat = 22.872641668268155\n", + "max_lon = -65.34617124487134\n", + "max_lat = 51.60365306185643" ] }, { -- GitLab