[gdal-dev] Random Raster Driver
Alex Hagen-Zanker
alexhighviz at hotmail.com
Fri Jul 4 10:08:30 PDT 2025
Hi all,
I implemented a plugin raster format that produces raster of random values using the all the distributions that are offered by the standard library's random header. It is different from other random raster functionality in e.g. ArcGIS or QGIS because it does not store the data on file but generates blocks of data on-demand.
Now it is for my own use, but I'd be happy to polish it up if it can become part of GDAL.
There is documentation here:
https://github.com/ahhz/random-raster/blob/main/docs/random_raster_driver.md
[https://opengraph.githubassets.com/6043ab82cae0d7a681691a0536f0523cc36150ff5a466ad797d69782e59b5e8b/ahhz/random-raster]<https://github.com/ahhz/random-raster/blob/main/docs/random_raster_driver.md>
random-raster/docs/random_raster_driver.md at main · ahhz/random-raster<https://github.com/ahhz/random-raster/blob/main/docs/random_raster_driver.md>
Create GDALDatasets containing rasters of random values, that do not store the values on disk - ahhz/random-raster
github.com
Would this be of interest as a GDAL format?
Kind regards, Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20250704/4810562a/attachment.htm>
More information about the gdal-dev
mailing list