Re: [Qgis-user] CSV of outcrop locations loading error

2024-11-27 Thread kirk via QGIS-User
Hi Byron:This is a common mistake when working with lat/long.  Your x value should be longitude and latitude should by y. Kirk SchmidtSent from my GalaxySent from my Galaxy Original message From: Byron Veilleux via QGIS-User Date: 2024-11-26 4:02 p.m. (GMT-05:00) To: Qgis-us

Re: [Qgis-user] CSV of outcrop locations loading error

2024-11-26 Thread Fernando M. Roxo da Motta via QGIS-User
On Tue, 26 Nov 2024 13:54:34 -0700, Byron Veilleux via QGIS-User wrote: > i have attached a csv file of several points with 2 simple text > labels to accompany the x, y positions. > when i import this file, i try to import in DMS decimal format. i > specify column 2 as the x and column 3 as the

Re: [Qgis-user] CSV of outcrop locations loading error

2024-11-26 Thread Randal Hale via QGIS-User
Try this: X field is Long Y field is lat Don't click DMS - leave unchecked. Click add and see if those now line up where they need to line up. I tossed an OSM map up there and I'm assuming these are road outcrops - so I feel mostly good about the import. Randy On 11/26/24 15:54, Byron Vei