From f3f687a0cf708d31d79dfe4cfe6ddd9a7d94bb30 Mon Sep 17 00:00:00 2001 From: Rafael Padilha Date: Wed, 31 Jul 2024 17:39:36 +0000 Subject: [PATCH] Removing pc-sub-key parameter from notebooks --- notebooks/forest/download_alos_forest_map.ipynb | 1 - notebooks/forest/forest_change_detection.ipynb | 1 - notebooks/sentinel/sentinel_spaceeye.ipynb | 3 --- 3 files changed, 5 deletions(-) diff --git a/notebooks/forest/download_alos_forest_map.ipynb b/notebooks/forest/download_alos_forest_map.ipynb index 687cd8c7..f3444d0a 100644 --- a/notebooks/forest/download_alos_forest_map.ipynb +++ b/notebooks/forest/download_alos_forest_map.ipynb @@ -378,7 +378,6 @@ " \"Download ALOS Forest Map\",\n", " geometry=geom,\n", " time_range=time_range,\n", - " parameters={\"pc_key\": \"@SECRET(eywa-secrets, pc-sub-key)\"},\n", ")\n", "run.monitor()" ] diff --git a/notebooks/forest/forest_change_detection.ipynb b/notebooks/forest/forest_change_detection.ipynb index b21c78a7..1876d2af 100644 --- a/notebooks/forest/forest_change_detection.ipynb +++ b/notebooks/forest/forest_change_detection.ipynb @@ -480,7 +480,6 @@ " geometry=geom,\n", " time_range=time_range,\n", " parameters={\n", - " \"pc_key\": \"@SECRET(eywa-secrets, pc-sub-key)\",\n", " \"from_values\": [4, 3, 0, 2, 1],\n", " \"to_values\": [0, 0, 0, 1, 2],\n", " },\n", diff --git a/notebooks/sentinel/sentinel_spaceeye.ipynb b/notebooks/sentinel/sentinel_spaceeye.ipynb index 1d364ac4..e9c1e2a6 100755 --- a/notebooks/sentinel/sentinel_spaceeye.ipynb +++ b/notebooks/sentinel/sentinel_spaceeye.ipynb @@ -137,7 +137,6 @@ " f\"Amazon {time_range[0].year}\",\n", " geometry=geom,\n", " time_range=time_range,\n", - " parameters={\"pc_key\": \"@SECRET(eywa-secrets, pc-sub-key)\"},\n", ")" ] }, @@ -233,7 +232,6 @@ " f\"Amazon {time_range[0].year}\",\n", " geometry=geom,\n", " time_range=time_range,\n", - " parameters={\"pc_key\": \"@SECRET(eywa-secrets, pc-sub-key)\"},\n", ")\n", "run2.monitor()" ] @@ -384,7 +382,6 @@ " f\"Amazon {tr[0].year}\",\n", " geometry=geom,\n", " time_range=tr,\n", - " parameters={\"pc_key\": \"@SECRET(eywa-secrets, pc-sub-key)\"},\n", " )\n", " for tr in time_ranges\n", "]\n",