[gdal-dev] GSoC 2014 Weekly Report 10 : GDAL PostGIS Raster driver
Varun Saraf
varunsaraf14 at gmail.com
Sun Jul 27 15:52:28 PDT 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20140728/8da16362/attachment-0001.html>
More information about the gdal-dev
mailing list