[gdal-dev] OGR2OGR PGeo reprojection with -sql

2011-04-11 Thread Smith, Michael D ERDC-CRREL-NH
All, Using GDAL trunk, I can read and reproject a personal geodatabase using the internal projection as the source projection. However, when I use ­sql (as I need to add a new field to the output), the source projection can no longer be read. C:\temp>ogr2ogr -t_srs EPSG:4326 -f "ESRI Shapefile"

Re: [gdal-dev] OGR2OGR PGeo reprojection with -sql

2011-04-11 Thread Chaitanya kumar CH
Mike, Can you provide the version number and perhaps a sample dataset that shows this problem? On Mon, Apr 11, 2011 at 9:51 PM, Smith, Michael D ERDC-CRREL-NH < michael.sm...@usace.army.mil> wrote: > All, > > Using GDAL trunk, I can read and reproject a personal geodatabase using > the interna

Re: [gdal-dev] OGR2OGR PGeo reprojection with -sql

2011-04-11 Thread Even Rouault
Le lundi 11 avril 2011 18:47:16, Chaitanya kumar CH a écrit : > Mike, > > Can you provide the version number and perhaps a sample dataset that shows > this problem? No, need for it. This is the "expected" behaviour by looking at the code of the PGEO driver. It will be able to fetch the SRS only

Re: [gdal-dev] OGR2OGR PGeo reprojection with -sql

2011-04-11 Thread Smith, Michael D ERDC-CRREL-NH
Thanks Even, that worked perfectly. Mike On 4/11/11 1:29 PM, "Even Rouault" wrote: > Le lundi 11 avril 2011 18:47:16, Chaitanya kumar CH a écrit : >> Mike, >> >> Can you provide the version number and perhaps a sample dataset that shows >> this problem? > > No, need for it. This is the "exp