Hi, Below is my tenth weekly report.
*What did I do this week?* - - Inserted an empty raster in the table via PostGISRasterDataset::Create(). - On subsequent PostGISRasterRasterBand::IRasterIO calls, the default implementation of GDALRasterBand::IRasterIO is called which in turn calls PostGISRasterRasterBand::IWriteBlock with data pertaining to each block. - In IWriteBlock, first a new band was added if required and then updated the band with input data. - Handled datatype translation from GDAL to PostGIS via TranslateDataTypeGDALtoPostGIS. *What do I plan on doing next week?* - Testing and bug fixing. *Am I blocked on anything?* - No. Link to weekly report : https://github.com/varunsaraf/postgis_raster/wiki/Report-10 Link to code repository : https://github.com/varunsaraf/postgis_raster More details at : http://trac.osgeo.org/gdal/wiki/PostGIS_raster_driver Regards, Varun Saraf Lab for Spatial Informatics IIIT Hyderabad, India
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
