I'd like to create a postgis raster using GDAL and python.
I can get the driver easily:
drv = gdal.GetDriverByName("PostGISRaster")But how can I create a new raster table? I can't find any information about drv.Create to explain what to put there....?
أكثر...