I have scripted a workflow in ArcGIS Pro where a set of rasters gets some new data for certain areas, which is updated by building a Mosaic Dataset where the new rasters are layed on top of the old ones (Z-Order). Then I perform clips on this Mosaic Dataset to get the updated tiles in the wanted format.
My task is to do the same in QGIS. In ArcGIS, the whole point of using Mosaic Datasets is not to copy the raster files, but reference them instead.
I understand that GDAL virtual rasters also reference the file locations. But is it possible to put new rasters on top of the old ones, and then clip the virtual raster, or am I right with my assumption that virtual rasters do not have any functionalities other then being a catalog of image file paths?
This is related to ArcGIS Raster Mosaic Dataset and GDAL VRT, when to use?