<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'm developing a webapplication that let'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 'Times New Roman'; 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'21"N 79°58'36"W</li>
<li style="margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman; color: #222222">40d 26' 21" N 79d 58' 36" 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'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>