When specifying bands from a raster, say:
gdal raster pipeline ! ... ! select -b "1,2,3,4,12,13,14,15,20,21" ! ...
It would be *nice* to be able to use a range of bands, perhaps with
individual bands mixed in. Something like:
-b "1-4,12-15,20,21" ...
This would be hugely useful for calc and
Alex,
I'm not super familiar myself with the usage of such random rasters, but
it seems to be fairly common indeed in GIS software, and could likely
make sense within GDAL too. I'm wondering if instead of having a new
driver, the random distribution functions could not be exposed as VRT
C++