<div dir="ltr"><div dir="ltr"><div dir="auto">Andrea, Garth</div><div dir="auto"><br></div><div dir="auto">Thanks for the suggestions and tips.</div><div dir="auto"><br></div><div dir="auto">I would have shared the file or some of the data but was unable to get in touch with the data owner for permission in a timely manner. <br></div><div dir="auto"><br></div><div dir="auto">I thought I would share the workaround and experience in case anyone else runs into this. </div><div dir="auto"><br></div><div dir="auto">Based on Garth's comments I updated the DMS to ensure it used the specific characters mentioned above ( "The degree symbol ° fails while º works.  Under Mac OS X 10.13 the first is Option-Shift-8, the second is Option-0 (opt-zero)."). QGIS still would only successfully assign geometry attributes to a few of the imported records and none to others.</div><div dir="auto"><br></div><div dir="auto">In the end I used the Microsoft support site VBA code to do the conversion in Excel from DMS to D.D and then 100% records imported ok as a delimited text file into QGIS.</div><div dir="auto"><br></div><div dir="auto">I did have to change the degree symbol from Option-0 to Option-Shift-8 and the seconds symbol from a double single quote to proper double quotes or I could have changed it in the VBA script as well. </div><div dir="auto"><br></div><div dir="auto">If I had been a better Python text wrangler I probably could have dealt with modifying a N45 00 00.0 to 45° 00' 00.0 " programmatically without going through the data and adding the ° ' and " manually but at least I have a solution. There are not too many records.</div><div dir="auto"><br></div><div dir="auto">Thanks again for the suggestions.</div><div dir="auto"><br></div><div>Peter</div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 27, 2021 at 3:56 PM Garth Fletcher <<a href="mailto:garth@jacqcad.com" target="_blank">garth@jacqcad.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">CVS import of DMS coords is touchy in my experience.<br>
The degree symbol ° fails while º works.<br>
  Under Mac OS X 10.13 the first is Option-Shift-8, the second is <br>
Option-0 (opt-zero).<br>
Also, it seems to want ' for minutes and ' ' for seconds, i.e., a single <br>
' and two separate '.<br>
It rejects a normal " double quotes, and I'm sure will reject "smart" <br>
quotes, i.e., the ones<br>
that lean in different directions.<br>
<br>
Since I figured those quirks out I have not had any problems with DMS <br>
notation.<br>
<br>
-- <br>
Garth Fletcher<br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div></div>
</div>