[gdal-dev] GSoC 2014 Weekly Report 12 : GDAL PostGIS Raster driver

2014-08-11 Thread Varun Saraf
Hi, Below is my twelfth weekly report. *What did I do this week?* - The basic version (only inserts, no update) of the driver with write capabilities is almost good to go. - There is a minor issue with some variables which are getting overwritten somewhere between method calls. Need

[gdal-dev] Losing access to dataset variables. Am I doing something really dumb?

2014-08-11 Thread Jorge Arevalo
Hello, I have a stupid mistake in my code. This is the problem (very simplified): postgisrasterdataset.cpp PostGISRasterDataset::IRasterIO() { // Two attributes of my class, that inherits from GDALDataset pszAttribute = CPLStrdup("foo"); pszAttribute2 = CPLStrdup("bar"); //