[gdal-dev] Re: EPSG value

2011-05-05 Thread Bill Teluk
Thanks Even, much appreciated! Regards, Bill Teluk. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/gdal-dev-EPSG-value-tp5708841p6335944.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing lis

Re: [gdal-dev] Re: EPSG value

2011-05-05 Thread Even Rouault
Selon Bill Teluk : > If I understand correctly from above, would it be correct to say that if > ogrinfo/ogr2ogr doesn't see an "EPSG" value specified in the WKT, it cannot > derive the EPSG code? eg. the ogr utilities won't translate a WKT to an EPSG > code? Exactly. OGR will not try to guess the

[gdal-dev] Re: EPSG value

2011-05-04 Thread Bill Teluk
If I understand correctly from above, would it be correct to say that if ogrinfo/ogr2ogr doesn't see an "EPSG" value specified in the WKT, it cannot derive the EPSG code? eg. the ogr utilities won't translate a WKT to an EPSG code? I ask because I have a dataset that is in GDA94, but uses an unusu

Re: [gdal-dev] Re: EPSG value

2010-11-05 Thread Howard Butler
On Nov 5, 2010, at 9:05 AM, Jukka Rahkonen wrote: > ahmet temiz gmail.com> writes: > >> hello >> >> how can I get EPSG value of a shp file with OGR ( or gdal) ? > > Ogrinfo will tell something if the shapefile bundle includes .prj file or then > you can just open the .prj file with text edit

[gdal-dev] Re: EPSG value

2010-11-05 Thread Jukka Rahkonen
ahmet temiz gmail.com> writes: > hello > > how can I get EPSG value of a shp file with OGR ( or gdal) ? Ogrinfo will tell something if the shapefile bundle includes .prj file or then you can just open the .prj file with text editor and see how it looks like. It does not contain EPSG code dir