Implement write support for the GDAL PostGIS Raster driver for PostGIS
by Varun Saraf for OSGeo - Open Source Geospatial Foundation
A GDAL driver allows reading/writing of raster(or images) data from/to formats like TIFF, PNG or JPEG. The current GDAL PostGIS raster driver supports reading of PostGIS rasters objects from a PostgreSQL/PostGIS database but does not support writing. This project includes designing and implementing a driver for write support.