Skip to content

Commit

Permalink
fix lake request
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Mar 25, 2024
1 parent e6443a5 commit f220ca0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions notebooks/wp5/lake_water_level_extremes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@
"source": [
"collection_id = \"satellite-lake-water-level\"\n",
"request = {\n",
" \"lake\": \"victoria\",\n",
" \"variable\": \"all\",\n",
" \"region\": \"southern_africa\",\n",
" \"lake\": \"victoria\",\n",
" \"version\": \"version_4_0\",\n",
" \"format\": \"zip\",\n",
"}\n",
"varname = \"water_surface_height_above_reference_datum\""
]
Expand Down Expand Up @@ -139,7 +142,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f220ca0

Please sign in to comment.