<div dir="ltr"><div><div><div>The problem is with the longitude, which is 7 minutes west. If you do the inverse projection with the projected coordinates, you get exactly 7 degrees east.<br><br>echo 485359.70 5730714.96 | proj -I +ellps=clrk66 +proj=poly<br>7dE     51d30&#39;N<br><br></div>The symbol of minutes (&#39;) and the w are not being read correctly.<br><br></div>Regards<br><br></div>José<br><div><div><br><br><div><div><div><div><div><br></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-10 15:45 GMT+01:00 Dean Schulze <span dir="ltr">&lt;<a href="mailto:dschulze@wirelessseismic.com" target="_blank">dschulze@wirelessseismic.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ahhh, so the default ellipsoid changed from the time of writing.<br>
<br>
Adding +ellps=clrk66 gives the same results as in the document for the first 3 cities, but the 4th city (London) is way off.  Here&#39;s my results:<br>
<br>
  $ proj +proj=poly +ellps=clrk66 -r cities.lat.lon.txt<br>
<span class="">  # coordinates for a few cities<br>
</span><span class="">  -4887590.49   7317961.48 Boston, United States<br>
  -5542524.55   6982689.05 New York, United States<br>
  171224.94     5415352.81 Paris, France<br>
</span>  485359.70     5730714.96’w London, England<br>
<br>
<br>
The document shows the following for London:<br>
<br>
-8101.66 5707500.23 London, England<br>
<br>
so something else is wrong.  I&#39;m using Rel. 4.8.0, 6 March 2012.<br>
<br>
<br>
________________________________________<br>
From: <a href="mailto:proj-bounces@lists.maptools.org">proj-bounces@lists.maptools.org</a> [<a href="mailto:proj-bounces@lists.maptools.org">proj-bounces@lists.maptools.org</a>] on behalf of Jose Gonçalves [<a href="mailto:jagoncal@gmail.com">jagoncal@gmail.com</a>]<br>
Sent: Tuesday, May 10, 2016 2:19 AM<br>
To: PROJ.4 and general Projections Discussions<br>
Subject: Re: [Proj] Running the cities example in the pdf documents gives different results<br>
<span class=""><br>
Hi<br>
You&#39;re not specifying an ellipsoid in the command line. Your PROJ version is using WGS84 by default.<br>
The default ellipsoid of the PROJ version used in the example of the PDF document was Clarke 66.<br>
You get those results with:<br>
proj +proj=poly +ellps=clrk66 -r<br>
<br>
Regards<br>
<br>
José Gonçalves<br>
<br>
<br>
<br>
<br>
</span>2016-05-09 23:41 GMT+01:00 Dean Schulze &lt;<a href="mailto:dschulze@wirelessseismic.com">dschulze@wirelessseismic.com</a>&lt;mailto:<a href="mailto:dschulze@wirelessseismic.com">dschulze@wirelessseismic.com</a>&gt;&gt;:<br>
<span class=""><br>
I ran the cities example using the inputs on pg. 4 of the docs at <a href="ftp://ftp.remotesensing.org/proj/OF90-284.pdf" rel="noreferrer" target="_blank">ftp://ftp.remotesensing.org/proj/OF90-284.pdf</a>, but I got different results than shown.  Here are the results I got:<br>
<br>
$ proj +proj=poly -r cities.lat.lon.txt<br>
# coordinates for a few cities<br>
-4887445.45     7318110.56 Boston, United States<br>
-5542376.59     6982834.25 New York, United States<br>
171219.46       5415571.82 Paris, France<br>
485343.33       5730932.66’w London, England<br>
<br>
<br>
The document linked above shows this:<br>
<br>
$ proj +proj=poly -r cities<br>
# coordinates for a few cities<br>
-4887590.49 7317961.48 Boston, United States<br>
-5542524.55 6982689.05 New York, United States<br>
171224.94 5415352.81 Paris, France<br>
-8101.66 5707500.23 London, England<br>
<br>
<br>
Am I doing something wrong, or did something change from when the document was written?<br>
<br>
Thanks.<br>
_______________________________________________<br>
Proj mailing list<br>
</span><a href="mailto:Proj@lists.maptools.org">Proj@lists.maptools.org</a>&lt;mailto:<a href="mailto:Proj@lists.maptools.org">Proj@lists.maptools.org</a>&gt;<br>
<a href="http://lists.maptools.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">http://lists.maptools.org/mailman/listinfo/proj</a><br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Proj mailing list<br>
<a href="mailto:Proj@lists.maptools.org">Proj@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">http://lists.maptools.org/mailman/listinfo/proj</a><br>
</div></div></blockquote></div><br></div>