[gdal-dev] MapInfo Geometry Precision Issues

2012-05-25 Thread Murali Krishna
I'm trying to create a MapInfo file using gdal ogr java bindings (version 1.9.0) with some point geometries. However the geometries in the created MapInfo file doesn't actually match with the values which i have used in creation. For example, I create a MapInfo feature with a point geometry and wi

Re: [gdal-dev] Heads-up re: poppler/pdf on Windows

2012-05-25 Thread Joaquim Luis
0.18.X and 0.20.X are indeed supported, but 0.19.X not. Odd numbered versionss of poppler are developement versions, whereas even ones are considered stables. I initially supported 0.19 in the hope of being reading for 0.20 release, but there was a API break later in the 0.19 development, and beca

Re: [gdal-dev] Heads-up re: poppler/pdf on Windows

2012-05-25 Thread Even Rouault
Selon Joaquim Luis : > On 25-05-2012 14:40, Jeff McKenna wrote: > > Hopefully this helps someone else down the road... > > > > - the latest version of Poppler that I am able to get working with GDAL > > (1.9.1 now) on MSVC (2008) is 0.16.4 > > - 0.20.0 or git master gives errors > > - example of e

Re: [gdal-dev] Heads-up re: poppler/pdf on Windows

2012-05-25 Thread Even Rouault
Selon Joaquim Luis : > On 25-05-2012 14:40, Jeff McKenna wrote: > > Hopefully this helps someone else down the road... > > > > - the latest version of Poppler that I am able to get working with GDAL > > (1.9.1 now) on MSVC (2008) is 0.16.4 > > - 0.20.0 or git master gives errors > > - example of e

Re: [gdal-dev] Heads-up re: poppler/pdf on Windows

2012-05-25 Thread Even Rouault
Selon Jeff McKenna : > Hopefully this helps someone else down the road... > > - the latest version of Poppler that I am able to get working with GDAL > (1.9.1 now) on MSVC (2008) is 0.16.4 > - 0.20.0 or git master gives errors > - example of errors: http://pastebin.com/4YSnSJkn > > So, stick with

Re: [gdal-dev] georeference and project a jpeg

2012-05-25 Thread jdmorgan
I am sending this because I just realized that I posted w/ the wrong subject so that it gets filed correctly in the archive: This is a great listserv! Chaitanya using a vrt worked so thank for that tip. Also, it must be the case as Jukka says that img isn't holding the control points. But as su

Re: [gdal-dev] Heads-up re: poppler/pdf on Windows

2012-05-25 Thread Joaquim Luis
On 25-05-2012 14:40, Jeff McKenna wrote: Hopefully this helps someone else down the road... - the latest version of Poppler that I am able to get working with GDAL (1.9.1 now) on MSVC (2008) is 0.16.4 - 0.20.0 or git master gives errors - example of errors: http://pastebin.com/4YSnSJkn So, stic

[gdal-dev] Re: gdal-dev Digest, Vol 96, Issue 55

2012-05-25 Thread jdmorgan
This is a great listserv! Chaitanya using a vrt worked so thank for that tip. Also, it must be the case as Jukka says that img isn't holding the control points. But as suggested a GeoTiff (and VRT) work fine. Thanks so much for your help. Cheers, Derek On 5/25/2012 7:25 AM, gdal-dev-requ...

[gdal-dev] Heads-up re: poppler/pdf on Windows

2012-05-25 Thread Jeff McKenna
Hopefully this helps someone else down the road... - the latest version of Poppler that I am able to get working with GDAL (1.9.1 now) on MSVC (2008) is 0.16.4 - 0.20.0 or git master gives errors - example of errors: http://pastebin.com/4YSnSJkn So, stick with 0.16.4 and save yourself a day of te

Re: [gdal-dev] ogr2ogr shapefile to mapinfo tab: no SRS.

2012-05-25 Thread Frans Knibbe | Geodan
I am trying to understand what is happing with GDAL ticket 481 (http://trac.osgeo.org/gdal/ticket/481). If I understand correctly, the old way was to guess the right Mapinfo SRS definition by string matching. This should have been replaced by first trying to match the EPSG code. Assuming that a

Re: [gdal-dev] ogr2ogr shapefile to mapinfo tab: no SRS.

2012-05-25 Thread Frans Knibbe | Geodan
Hello Sig, I have just tried that. Only with the ESRI WKT, because the OGC WKT already had the space between 'Bessel' and '1841'. This change neither had the desired effect. Greetings, Frans On 2012-05-25 12:23, Luca Sigfrido Percich wrote: Frans, try to replace also SPHEROID["Bessel_1841"

Re: [gdal-dev] ogr2ogr shapefile to mapinfo tab: no SRS.

2012-05-25 Thread Luca Sigfrido Percich
Frans, try to replace also SPHEROID["Bessel_1841" with SPHEROID["Bessel 1841" in your prj file. I'm still following the idea that the problem lies with unmatched names in mitab_spatialref.cpp. Sig Il giorno gio, 24/05/2012 alle 14.42 +0200, Frans Knibbe | Geodan ha scritto: > Hi Chaitanya,

Re: [gdal-dev] ogr2ogr shapefile to mapinfo tab: no SRS.

2012-05-25 Thread Frans Knibbe | Geodan
Hello Luca, Thank you for your suggestion, but it does not seem to work. I tried in in different ways: editing the prj file of the shapefile and specifying an alternative prj file with the a_srs option. I also tried both ESRI WKT and OGC WKT. And I also tried 'DATUM["D_Netherlands_Bessel"' in

[gdal-dev] Re: georeference and project a jpeg

2012-05-25 Thread Jukka Rahkonen
jdmorgan unca.edu> writes: > Hello, I am attempting to georeference and project a jpeg image using only gdal tool. I have georeferenced the jpeg using the following command: gdal_translate -a_srs EPSG:102719 -of HFA -gcp 0.0 0.0 -82.55861878

Re: [gdal-dev] georeference and project a jpeg

2012-05-25 Thread Chaitanya kumar CH
Derek, Please provide the gdalinfo output of the img file. Also, try this: Create a vrt file instead of a HFA using the same gdal_translate command. See if gdalwarp works with the vrt file. On Fri, May 25, 2012 at 7:17 AM, jdmorgan wrote: > Hello, > > I am attempting to georeference and proje