corteva / rioxarray

geospatial xarray extension powered by rasterio
https://corteva.github.io/rioxarray
Other
511 stars 81 forks source link

merge_arrays tuple where rasters placed #565

Closed sehHeiden closed 2 years ago

sehHeiden commented 2 years ago

When merging two rasters with merge_arrays is it posible to return (to know) the positions in the xarray/numpy array, where each raster has been placed?

snowman2 commented 2 years ago

This is all handled by rasterio.merge.merge. So, this information is not available.