Skip to content

Commit b243fef

Browse files
authored
DOC: Use a different image in the draping 3-D surface tutorial (#4330)
1 parent fa12fe4 commit b243fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/advanced/draping_on_3d_surface.py

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

9999
# Download an PNG image of the flag of the EU using rasterio and load it into a
100100
# xarray.DataArray
101-
url_to_image = "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/1000px-Flag_of_Europe.svg.png"
101+
url_to_image = "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/1024px-Flag_of_Europe.svg.png"
102102
with rasterio.open(url_to_image) as dataset:
103103
data = dataset.read()
104104
drape_grid = xr.DataArray(data, dims=("band", "y", "x"))

0 commit comments

Comments
 (0)