<br clear="all"><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">hi all,</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">I&#39;m developing a webapplication that let&#39;s user upload their point data and play with it.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">It currently works with lat/long in a CSV with this format (eg: <span style="font: 16.0px Times New Roman; color: #222222"><i>0.44, -79.9</i></span>) but we find users with some of these also <span style="font: 16.0px Times New Roman; color: #222222">valid and acceptable ways to write geographic </span><span style="font: normal normal normal 16px/normal &#39;Times New Roman&#39;; color: rgb(34, 34, 34); "><span class="Apple-style-span" style="background-color: rgb(255, 255, 255);">coordinates:</span></span></p>

<ul style="list-style-type: disc">
<li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman; color: #222222">40:26:46N,79:56:55W</li>
<li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman; color: #222222">40:26:46.302N 79:56:55.903W</li>
<li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman; color: #222222">40°26&#39;21&quot;N 79°58&#39;36&quot;W</li>
<li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman; color: #222222">40d 26&#39; 21&quot; N 79d 58&#39; 36&quot; W</li>
<li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman; color: #222222">40.446195N 79.948862W</li>
<li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman; color: #222222">40.446195, -79.948862</li>
<li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman; color: #222222">40° 26.7717, -79° 56.93172</li>
</ul>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; color: #222222"><span style="font: 12.0px Helvetica; color: #000000">I&#39;m aware that </span>parsing and interpreting free-text coordinate descriptions is quite complex, maybe someone knows a script (or a remote service) that does a similar job?</p>

<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; color: #222222; min-height: 15.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; color: #222222">It would be very helpful.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; color: #222222">Thanks!</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; color: #222222; min-height: 15.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; color: #222222">Pere </p>