Re: [gdal-dev] A problem with Alaska State Plane Zone 1 and ogr2ogr

2014-06-06 Thread Jay Cable
Fantastic! Adding the the "+wktext" argument makes ogr2ogr generate the values I was expecting. I will rebuild my copy of gdal with the fixes in the ticked mentioned. Thanks again, -Jay - Jay Cable - j...@alaska.edu - (907)474-1856 - - Geographic Information Network of Alaska - University o

[gdal-dev] GSoC 2014 Weekly Report 3 : Implement write support for GDAL PostGIS Raster driver for GDAL

2014-06-06 Thread Varun Saraf
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

[gdal-dev] GSoC weekly report 3. GDAL Networking

2014-06-06 Thread Mikhail Gusev
Hello everyone. This week I have completed the methods of an old (current) API, which I describe in this post: http://gsoc2014gnm.blogspot.ru/2014/06/week-3-some-old-methods-completed.html. My plans about implementing new API and moving all methods to it migrate to the next week, because at this o

Re: [gdal-dev] A problem with Alaska State Plane Zone 1 and ogr2ogr

2014-06-06 Thread Even Rouault
Jay, I've reproduced and fixed your issue. See http://trac.osgeo.org/gdal/ticket/5511 for details An easy workaround is to add " +wktext" at the end of your proj.4 string. This will instruct the GDAL SpatialReference engine to keep literaly your proj.4 string to use it later. Otherwise the ori