Skip to content

Commit

Permalink
Fix the dataset link in the RGB image gallery example
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 26, 2025
1 parent 4ca3677 commit 32f694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/images/rgb_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32f694c

Please sign in to comment.