Skip to content

Commit

Permalink
Removing pc-sub-key parameter from notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaspadilha authored and robertomest committed Aug 1, 2024
1 parent b711b42 commit f3f687a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion notebooks/forest/download_alos_forest_map.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
]
Expand Down
1 change: 0 additions & 1 deletion notebooks/forest/forest_change_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions notebooks/sentinel/sentinel_spaceeye.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
")"
]
},
Expand Down Expand Up @@ -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()"
]
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f3f687a

Please sign in to comment.