Skip to content

Commit

Permalink
Update sample raster datasets (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Feb 12, 2024
1 parent b25cf57 commit 0cf3888
Show file tree
Hide file tree
Showing 12 changed files with 201 additions and 201 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/103_split_control.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"outputs": [],
"source": [
"m = geemap.Map(height=600, center=[39.4948, -108.5492], zoom=12)\n",
"url = 'https://opendata.digitalglobe.com/events/california-fire-2020/pre-event/2018-02-16/pine-gulch-fire20/1030010076004E00.tif'\n",
"url2 = 'https://opendata.digitalglobe.com/events/california-fire-2020/post-event/2020-08-14/pine-gulch-fire20/10300100AAC8DD00.tif'\n",
"url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-07-01.tif'\n",
"url2 = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-09-13.tif'\n",
"m.split_map(url, url2)\n",
"m"
]
Expand Down Expand Up @@ -198,4 +198,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
6 changes: 3 additions & 3 deletions docs/notebooks/133_gradio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
" return Map.to_gradio()\n",
"\n",
"\n",
"left_url = 'https://opendata.digitalglobe.com/events/california-fire-2020/pre-event/2018-02-16/pine-gulch-fire20/1030010076004E00.tif'\n",
"right_url = 'https://opendata.digitalglobe.com/events/california-fire-2020/post-event/2020-08-14/pine-gulch-fire20/10300100AAC8DD00.tif'\n",
"left_url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-07-01.tif'\n",
"right_url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-09-13.tif'\n",
"left_input = gr.Textbox(value=left_url, label=\"Left Layer URL\")\n",
"right_input = gr.Textbox(value=right_url, label=\"Right Layer URL\")\n",
"title = 'Visualze Cloud Optimized GeoTIFF (COG)'\n",
Expand All @@ -159,4 +159,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
6 changes: 3 additions & 3 deletions docs/notebooks/44_cog_stac.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"metadata": {},
"outputs": [],
"source": [
"url = 'https://opendata.digitalglobe.com/events/california-fire-2020/pre-event/2018-02-16/pine-gulch-fire20/1030010076004E00.tif'"
"url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-07-01.tif'"
]
},
{
Expand Down Expand Up @@ -128,7 +128,7 @@
"metadata": {},
"outputs": [],
"source": [
"url2 = 'https://opendata.digitalglobe.com/events/california-fire-2020/post-event/2020-08-14/pine-gulch-fire20/10300100AAC8DD00.tif'"
"url2 = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-09-13.tif'"
]
},
{
Expand Down Expand Up @@ -238,4 +238,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
2 changes: 1 addition & 1 deletion docs/notebooks/83_local_tile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"metadata": {},
"outputs": [],
"source": [
"url = 'https://opendata.digitalglobe.com/events/california-fire-2020/pre-event/2018-02-16/pine-gulch-fire20/1030010076004E00.tif'"
"url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-07-01.tif'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/92_plotly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"outputs": [],
"source": [
"m = geemap.Map()\n",
"url = 'https://opendata.digitalglobe.com/events/california-fire-2020/pre-event/2018-02-16/pine-gulch-fire20/1030010076004E00.tif'\n",
"url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-07-01.tif'\n",
"m.add_cog_layer(url, name=\"Fire (pre-event)\")\n",
"m"
]
Expand Down
6 changes: 3 additions & 3 deletions examples/notebooks/103_split_control.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"outputs": [],
"source": [
"m = geemap.Map(height=600, center=[39.4948, -108.5492], zoom=12)\n",
"url = 'https://opendata.digitalglobe.com/events/california-fire-2020/pre-event/2018-02-16/pine-gulch-fire20/1030010076004E00.tif'\n",
"url2 = 'https://opendata.digitalglobe.com/events/california-fire-2020/post-event/2020-08-14/pine-gulch-fire20/10300100AAC8DD00.tif'\n",
"url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-07-01.tif'\n",
"url2 = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-09-13.tif'\n",
"m.split_map(url, url2)\n",
"m"
]
Expand Down Expand Up @@ -198,4 +198,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
6 changes: 3 additions & 3 deletions examples/notebooks/133_gradio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
" return Map.to_gradio()\n",
"\n",
"\n",
"left_url = 'https://opendata.digitalglobe.com/events/california-fire-2020/pre-event/2018-02-16/pine-gulch-fire20/1030010076004E00.tif'\n",
"right_url = 'https://opendata.digitalglobe.com/events/california-fire-2020/post-event/2020-08-14/pine-gulch-fire20/10300100AAC8DD00.tif'\n",
"left_url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-07-01.tif'\n",
"right_url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-09-13.tif'\n",
"left_input = gr.Textbox(value=left_url, label=\"Left Layer URL\")\n",
"right_input = gr.Textbox(value=right_url, label=\"Right Layer URL\")\n",
"title = 'Visualze Cloud Optimized GeoTIFF (COG)'\n",
Expand All @@ -159,4 +159,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
6 changes: 3 additions & 3 deletions examples/notebooks/44_cog_stac.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"metadata": {},
"outputs": [],
"source": [
"url = 'https://opendata.digitalglobe.com/events/california-fire-2020/pre-event/2018-02-16/pine-gulch-fire20/1030010076004E00.tif'"
"url = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-07-01.tif'"
]
},
{
Expand Down Expand Up @@ -128,7 +128,7 @@
"metadata": {},
"outputs": [],
"source": [
"url2 = 'https://opendata.digitalglobe.com/events/california-fire-2020/post-event/2020-08-14/pine-gulch-fire20/10300100AAC8DD00.tif'"
"url2 = 'https://github.com/opengeos/data/releases/download/raster/Libya-2023-09-13.tif'"
]
},
{
Expand Down Expand Up @@ -238,4 +238,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Loading

0 comments on commit 0cf3888

Please sign in to comment.