-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gdal raster mosaic #11706
Comments
I am not totally sure if t a good idea to support any supported format. Mosaics can be big, some formats will not work at all, and for the drivers that work user should be aware of reasonable options. But yes, they need to know them when they materialize the vrt anyway. "Mosaic" feels good when flat images are stiched side by side, but how about combining bands with |
Maybe this could be a separate command, something like |
Makes me think about https://stacspec.org/en that can be flat or deep, or cube. Pile? |
I think we see the issue where gdalwarp is the superset that includes gdal_translate. I would just vote for
but, as ever that's weird for cases that don't involve reprojection or even resampling. How is a "mosaic" functionally different from this?
warp is currently standing in for merge,mosaic,reproject,translate and I think that needs some thought - can we sensibly refactor this? Maybe "convert" should do mosaicing-via-warper when needed, and normal "translate" otherwise. (I will explore this more, just those immediate thoughts). I overall support "mosaic" as a concept in addition to "convert", "reproject" and I think that's clean enough despite the fair amount of functional overlap. |
Feature description
Rename the current
gdal raster buildvrt
togdal raster mosaic
and allow output in any supported format.Additional context
As discussed in #11558 (comment)
The text was updated successfully, but these errors were encountered: