<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<p>Paul Ramsey wrote:
<blockquote TYPE=CITE>Interesting. Learn something new every day. For the
benefit of all, here
<br>is the ESRI WTK definition of NTF_Paris_France_I &lt;27581>
<p>PROJCS[
<br>&nbsp; "NTF_Paris_France_I",
<br>&nbsp; GEOGCS["GCS_NTF_Paris",
<br>&nbsp;&nbsp;&nbsp; DATUM["D_NTF",
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPHEROID["Clarke_1880_IGN",6378249.2,293.46602]
<br>&nbsp;&nbsp;&nbsp; ],
<br>&nbsp;&nbsp;&nbsp; PRIMEM["Paris",2.337229166666667],
<br>&nbsp;&nbsp;&nbsp; UNIT["Grad",0.015707963267948967]
<br>&nbsp; ],
<br>&nbsp; PROJECTION["Lambert_Conformal_Conic"],
<br>&nbsp; PARAMETER["False_Easting",600000],
<br>&nbsp; PARAMETER["False_Northing",1200000],
<br>&nbsp; PARAMETER["Central_Meridian",0],
<br>&nbsp; PARAMETER["Standard_Parallel_1",55],
<br>&nbsp; PARAMETER["Scale_Factor",0.999877341],
<br>&nbsp; PARAMETER["Latitude_Of_Origin",55],
<br>&nbsp; UNIT["Meter",1]
<br>]
<p>Here is the definition I got from OGR converting from WKT to Proj4:
<p>&nbsp; +proj=lcc
<br>&nbsp; +lat_1=55.000000000
<br>&nbsp; +lat_2=0.000000000
<br>&nbsp; +lat_0=55.000000000
<br>&nbsp; +lon_0=0.000000000
<br>&nbsp; +x_0=600000.000
<br>&nbsp; +y_0=1200000.000
<br>&nbsp; +a=6378249.200
<br>&nbsp; +b=6356515.000
<br>&nbsp; +units=m
<p>As noted, there is no flag that the angular units are gradians-paris,
so
<br>they'll be misinterpretted as degrees-greenwich.</blockquote>
&nbsp;&nbsp;&nbsp; ...
<p>All longitude is from the geographic coordinate origin <b>which is not</b>
<br><b>explicitly defined.</b>&nbsp; So it can just as well be relative
to the French origin.
<br>The later, proj, definitioin is not in error unless one assumes that
the
<br>Greenwich origin is used.
<p>To use Greenwich data with proj one can merge the 2.33 correction into
<br>the lon_0 factor.
<br>&nbsp;</html>