This video is part of our Advanced QGIS course. Access the full course material at https://courses.spatialthoughts.com/a...
Get the spreadsheet shown in the demo from https://drive.google.com/uc?export=do...
Method 1: Using Processing Tools:
Create points layer from table
Reproject layer
Add geometry attributes
Refactor fields
Method 2: Using Expressions
y(transform(make_point( "longitude" , "latitude" ), 'EPSG:4326', 'EPSG:32643'))
x(transform(make_point( "longitude" , "latitude" ), 'EPSG:4326', 'EPSG:32643'))