I've received a database of drill hole locations in SPCS but I only use UTM.
How can I convert a CSV spreadsheet from State Plane Coordinate System, Nevada East NAD27 TO UTM?
Here's a video of the process I'm following with no success.
I've received a database of drill hole locations in SPCS but I only use UTM.
How can I convert a CSV spreadsheet from State Plane Coordinate System, Nevada East NAD27 TO UTM?
Here's a video of the process I'm following with no success.
Layer >> Add Layer >> Add Delimited Text Layer >> Export >> Save Features As
In the newly created layer, Open Attribute Table >> Click the Edit Pencil >> Field Calculator.
Add 2 new fields:
x(transform($geometry, 'EPSG:32007', 'EPSG:32611'))
y(transform($geometry, 'EPSG:32007', 'EPSG:32611'))
Export >> Save Features As >> CSV Format:
E_32007,N_32007,E_32611,N_32611
400687.85,2414690.07,588119.058,4581576.026
400412.31,2413816.15,588039.455,4581308.374
396233.00,2413647.00,586766.880,4581236.018
396191.60,2413557.50,586754.711,4581208.542