Hello world of raster creation with GDAL and Python
Mostly so I myself can remember how to do it, here is how to create a random geotiff with GDAL in Python Note: the width and height are given in opposite order in the GDAL raster and numpy arrays! import…