We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400aac0 commit 712fc94Copy full SHA for 712fc94
1 file changed
examples/tutorials/advanced/draping_on_3d_surface.py
@@ -97,7 +97,7 @@
97
98
# Load a PNG image of the EU flag using rasterio into an xarray.DataArray.
99
# 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
+# https://commons.wikimedia.org/wiki/File:Flag_of_Europe.svg
101
# but we use a cached version on the GMT data server.
102
url_to_image = "https://oceania.generic-mapping-tools.org/cache/euflag.png"
103
with rasterio.open(url_to_image) as dataset:
0 commit comments