-
Notifications
You must be signed in to change notification settings - Fork 3
02. How to reproject with QGIS
Antonello Di Nunzio edited this page May 4, 2020
·
4 revisions
ShrimpGIS is able to translate Lat Lon into UTM and vice-versa because of utm library embedded. If your shapefile is based on reference system different from WGS84 you have to reproject your shapefile.
It is extremely easy with QGIS. It require less than one minute.
- Run QGIS. If you do not have it, you can download it here: QGIS It is for free!
- Create a new empty project Ctrl + N
- Drang and drop
*.shp
file into QGIS white canvas - Highlight imported layer and search this fucntion
Vector\Reproject vector
- Select EPSG:4326 - WGS84 as target reference system
- Click on Run. A new temporary layer will appear. It is the reprojected file we need for Grasshopper.
- Right click on reprojected layer and click on
Export\Save element as
- Select a path on your machine and save it.
- Click on Ok. Done!