[gdal-dev] GSoC 2014 Weekly Report 3 : Implement write support for GDAL PostGIS Raster driver for GDAL
Varun Saraf
varunsaraf14 at gmail.com
Fri Jun 6 13:14:32 PDT 2014
Hi,
Below is my third weekly report:
*What did I do this week?*
- Modified the PostGISRasterRasterBand::IRasterIO method, enabling it to
process the buffer(pData) containing the raster data for write
mode(GF_Write). After the datatype conversion it is ready to be written to
the query. In the meanwhile, I realized that while inserting a raster in a
table it is always broken into evenly sized tiles. So the default
implementation of GDALRasterBand::IRasterIO can be possibly used to handle
the write case.
- Implemented PostGISRasterDataset::InsertRecords method which creates
the insert query.
*What do I plan on doing next week?*
- Continue to write methods to create the sql query which will write
data to the PostgreSQL tables.
*Am I blocked on anything?*
- No.
Link to weekly report :
https://github.com/varunsaraf/postgis_raster/wiki/Report-3
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/20140607/6b882276/attachment.html>
More information about the gdal-dev
mailing list