We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca3677 commit a8365eeCopy full SHA for a8365ee
examples/gallery/images/rgb_image.py
@@ -22,7 +22,7 @@
22
# %%
23
# Read 3-band data from GeoTIFF into an xarray.DataArray object:
24
with rioxarray.open_rasterio(
25
- 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",
26
overview_level=5,
27
) as img:
28
# Subset to area of Lāhainā in EPSG:32604 coordinates
0 commit comments