Re: [gdal-dev] Random Raster Driver

2025-07-06 Thread Even Rouault via gdal-dev
Alex, I am not sure if I understand your suggestion correctly. Are you suggesting to change the behaviour or VRT DerivedRasterBand in general so that its IRasterIO would only work on block boundaries? That seems quite drastic to me. No, my suggestion was to do that only when one of the rand

Re: [gdal-dev] Random Raster Driver

2025-07-06 Thread Alex Hagen-Zanker via gdal-dev
Hi Even, Random rasters are indeed fairly common functionality, and used for instance in dynamic simulations, synthetic landscape generation and some Monte Carlo type statistical approaches. Having the random raster as a VRT does make sense to me, it would side-by-side with other generated ras