Bulk Coordinate Transform using QGIS - Advanced QGIS

Опубликовано: 16 Апрель 2026
на канале: Spatial Thoughts
8,938
133

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'))