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
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
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
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