diff --git a/examples/gallery/images/rgb_image.py b/examples/gallery/images/rgb_image.py index 8afb2c93e25..af548c7c0b3 100644 --- a/examples/gallery/images/rgb_image.py +++ b/examples/gallery/images/rgb_image.py @@ -22,7 +22,7 @@ # %% # Read 3-band data from GeoTIFF into an xarray.DataArray object: with rioxarray.open_rasterio( - filename="https://oin-hotosm.s3.us-east-1.amazonaws.com/64d6a49a19cb3a000147a65b/0/64d6a49a19cb3a000147a65c.tif", + filename="https://oin-hotosm-temp.s3.us-east-1.amazonaws.com/64d6a49a19cb3a000147a65b/0/64d6a49a19cb3a000147a65c.tif", overview_level=5, ) as img: # Subset to area of Lāhainā in EPSG:32604 coordinates