I use these 7 coefficients with cartography in Catalonia (Spain), with right results:<br><br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">
cs2cs +proj=latlong +datum=WGS84 +ellps=WGS84 +to +init=epsg:23031 +proj=utm +ellps=intl +zone=31 +units=m +towgs84=-
131.0320,-100.2510,-163.3540,1.2438,0.0195,1.1436,9.3900</span><br></div><br>More information:<br><br><div style="margin-left: 40px;"><a href="http://www.fomento.es/NR/rdonlyres/8B4D8323-5706-4F8F-84F7-C89774DCC2A1/29826/hercam.pdf" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">


http://www.euref-iag.net/symposia/book2003/4-6.pdf</a><br></div><div style="margin-left: 40px;"><a href="http://www.fomento.es/NR/rdonlyres/8B4D8323-5706-4F8F-84F7-C89774DCC2A1/29826/hercam.pdf" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.fomento.es/NR/rdonlyres/8B4D8323-5706-4F8F-84F7-C89774DCC2A1/29826/hercam.pdf
</a><br></div><br>Jordi Gilabert Vall<br><div><span class="gmail_quote"><br></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">----------------------------------------------------------------------
<br><br>Message: 1<br>Date: Thu, 29 Nov 2007 14:55:17 +0100<br>From: Roger Oberholtzer &lt;<a href="mailto:roger@opq.se">roger@opq.se</a>&gt;<br>Subject: RE: [Proj] WGS84 to ED50<br>To: &quot;PROJ.4 and general Projections Discussions&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:proj@lists.maptools.org">proj@lists.maptools.org</a>&gt;<br>Message-ID: &lt;<a href="mailto:1196344518.25474.84.camel@acme.pacific">1196344518.25474.84.camel@acme.pacific</a>&gt;<br>Content-Type: text/plain; charset=UTF-8
<br><br>I have a bit more information on the problem with WGS84 lat/longs -&gt;<br>ED50(Spain) northings and eastings.<br><br>The software that is being used does not have a &#39;Spanish&#39; setting. So<br>they have defined an ED50 7 parameter transform, with these
<br>coefficients:<br><br><br>&gt; International Ellipsoid 1924 definition<br>&gt; Mayor semiaxle: 6378388<br>&gt; Minor semiaxle:6356911,9461<br>&gt; 1/f:297<br>&gt; Excentricity: 0.0819910890032286<br>&gt;<br>&gt; About the 7 parameters transformation
<br>&gt; Translation X (m): 125.098545<br>&gt; Translation Y (m): 76.000054<br>&gt; Translation Z (m): 156.198703<br>&gt; X Rotation(seconds): 0<br>&gt; Y Rotation(seconds): 0<br>&gt; Z Rotation(seconds): -1.129<br>&gt; Scale factor (ppm): -
8.30463103<br>&gt;<br>&gt; This correspond with applanix header file saying<br>&gt; Mapping frame datum: ED50_ESPAÑA ; a = 6378388.000000; 1/f = 297.000000;<br>&gt;&nbsp;&nbsp;Coordinate transformation from WGS84 to mapping frame datum
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; dX = 125.098545; dY = 76.000054; dZ = 156.198703; f = 0.999991695369;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; R1 = 0.000000000000; R2 = 0.000000000000; R3 = -0.000005473550;<br>&gt;&nbsp;&nbsp;sequence of the rotations: x,y,z,1<br>&gt;&nbsp;&nbsp;Mapping frame projection : TM;
<br>&gt;&nbsp;&nbsp;central meridian = -3.000000 deg;<br>&gt;&nbsp;&nbsp;latitude of the grid origin = 0.000000 deg; grid scale factor = 0.999600:<br>&gt;&nbsp;&nbsp;false easting = 500000.000000 m; false northing = 0.000000 m;<br>&gt;<br>&gt;<br>&gt; Where Rotations are in radians
<br><br>I have tried setting proj to use this, as reported earlier in this thread, with no luck. I tried using the 7 parameters as<br>+towgs84=125.098545,76.000054,156.198703,0.0,0.0,-1.129,-8.30463103, but that made things worse.
<br><br>fromProj = pj_init_plus(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+proj=latlong &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+ellps=WGS84 &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+no_defs&quot;);<br><br>toProj = pj_init_plus(<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+proj=utm &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+ellps=intl &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+k=0.999600 &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+x_0=500000.0 &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+y_0=
0.0 &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+zone=30 &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+units=m&quot;<br><br>&quot;+towgs84=125.098545,76.000054,156.198703,0.0,0.0,-1.129,-8.30463103&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;+no_defs&quot;);
<br><br>So I am guessing I cannot simply use the 7 parameters as given. Correct?<br><br><br><br>--<br>Roger Oberholtzer<br><br>OPQ Systems / Ramböll RST<br><br>Ramböll Sverige AB<br>Kapellgränd 7<br>P.O. Box 4205<br>SE-102 65 Stockholm, Sweden
<br><br>Office: Int +46 8-615 60 20<br>Mobile: Int +46 70-815 1696<br><br><br><br>------------------------------<br></blockquote></div><br>