Skip to content

Commit 712fc94

Browse files
DOC / Tutorial "Draping a dataset on top of a topographic surface": Update link to EU flag image (#4619)
Add general link to EU flage image
1 parent 400aac0 commit 712fc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorials/advanced/draping_on_3d_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
# Load a PNG image of the EU flag using rasterio into an xarray.DataArray.
9999
# The original image is available on Wikimedia Commons at
100-
# https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/1024px-Flag_of_Europe.svg.png
100+
# https://commons.wikimedia.org/wiki/File:Flag_of_Europe.svg
101101
# but we use a cached version on the GMT data server.
102102
url_to_image = "https://oceania.generic-mapping-tools.org/cache/euflag.png"
103103
with rasterio.open(url_to_image) as dataset:

0 commit comments

Comments
 (0)