Re: [gdal-dev] Lambert 93 problem with GDAL 1.11.0

2014-07-18 Thread orel
Thanks for your tests results ! There is really something I don't understand about this file... maybe my GDAL is broken... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Lambert-93-problem-with-GDAL-1-11-0-tp5151515p5151849.html Sent from the GDAL - Dev mailing list archi

Re: [gdal-dev] Which format is the best identify a spatial reference ?

2014-07-18 Thread orel
Thanks for this clarification ! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Which-format-is-the-best-identify-a-spatial-reference-tp5151074p5151847.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev

Re: [gdal-dev] Which format is the best identify a spatial reference ?

2014-07-18 Thread orel
Thanks for these informations ! Does that mean that the OGRSpatialReference method "ExportToWKT" can fail in some cases ? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Which-format-is-the-best-identify-a-spatial-reference-tp5151074p5151657.html Sent from the GDAL - Dev m

Re: [gdal-dev] Lambert 93 problem with GDAL 1.11.0

2014-07-17 Thread orel
Thanks for spotted this, but it doesn't change anything. I've uploaded the file here : http://speedy.sh/vNEcQ/test-bati-pts2.zip If I display it, using GlobalMapper for example (or my osgEarth based application), the data are in the right place. If

[gdal-dev] Lambert 93 problem with GDAL 1.11.0

2014-07-17 Thread orel
Hi, I've downloaded GDAL 1.11.0 sources and built it, with Proj 4.8, under Win7 (32bits compilation) I've got problems using shape file with "Lambert 93" projection defined as follow (ogrinfo output) : PROJCS["Lambert_Conformal_Conic", GEOGCS["GCS_Geographic Coordinate System", DATUM

[gdal-dev] Which format is the best identify a spatial reference ?

2014-07-15 Thread orel
Hi, Spatial references objects can be imported / exported using OGR API to multiple formats : proj4, WKT, XML... Can I use one of these as a format "which describes properly every spatial reference" ? For example, if I use WKT as "internal format" for my application, is there any chance that a p