Skip to content

Commit a8365ee

Browse files
authored
Fix the dataset link in the RGB image gallery example (#3781)
1 parent 4ca3677 commit a8365ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/images/rgb_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# %%
2323
# Read 3-band data from GeoTIFF into an xarray.DataArray object:
2424
with rioxarray.open_rasterio(
25-
filename="https://oin-hotosm.s3.us-east-1.amazonaws.com/64d6a49a19cb3a000147a65b/0/64d6a49a19cb3a000147a65c.tif",
25+
filename="https://oin-hotosm-temp.s3.us-east-1.amazonaws.com/64d6a49a19cb3a000147a65b/0/64d6a49a19cb3a000147a65c.tif",
2626
overview_level=5,
2727
) as img:
2828
# Subset to area of Lāhainā in EPSG:32604 coordinates

0 commit comments

Comments
 (0)