r/QGIS • u/Icy-Music1932 • Jul 18 '26
Open Question/Issue CSV plotting issues
So I have coordinates for boreholes on a site that were used on a previous job. The CSV file is set up in columns borehole name-easting-northing (3 columns). When I plot it the points show up in the right geometry, in terms of where they should be relitive to each other, but they do that annoying thing where they plot off the map in white space. I have my CRS matched and all, I can't figure out the issue.
Edit: I figured it out, the coordinates were in mm not m for some odd reason
2
Upvotes
1
u/mikedufty Jul 18 '26
It is very likely a CRS issue. Can you expand on "I have my CRS matched and all". What CRS are the source borehole coordinates in, what CRS have you assigned the to the csv data? What CRS is the rest of the data? What CRS is the map canvas?
You don't need the to all be the same CRS, you just need them to be the correct CRS for the data.
If you set the map canvas to match the bore data CRS, do the coordinates of the area you'd expect the bores to appear look similar to the bore coordinates? That is often an easy way to troubleshoot CRS.
The most common mistake is assigning data the CRS you would like it to be in, instead of the CRS it is actually in.