Re: [gdal-dev] warp taking time

2014-07-13 Thread adiba nizami
Sorry for the late reply. Here is the command i gave : gdalwarp --config GDAL_CACHEMAX 512 -s_srs "+proj=aea +lat_1=28 +lat_2=12 +lat_0=20 +lon_0=87 +x_0=200 +y_0=200 +ellps=WGS84 +datum=WGS84 +units=m +no_defs" -t_srs "+proj=aea +lat_1=28 +lat_2=12 +lat_0=20 +lon_0=87 +x_0=200 +y_0=2

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

2014-07-13 Thread Varun Saraf
Hi, Below is my eighth weekly report. *What did I do this week?* - Implemented calls from IRasterIO to the methods which are writing the query. *What do I plan on doing next week?* - Processing of raster(s) and querying/updating the tiles already inserted with new band data. -