Module for vector reprojection.
- add one or more new columns to the vector table attribute
- convert the geometry into a derived geometry (from polygons to points or to lines)
- delete from the vector table attribute
The model can run into two different modes:
- using only the available parameters for the reprojection
- forcing the model to use the most precise parameters for Datum transformation (the so called Bursa Wolf parameters), in this case the choosen CRS has to contain those parameters
Inputs
- the vector that has to be reprojected
- the code defining the target coordinate reference system, composed by authority and code number (ex. EPSG:4328)
- a coordinate reference system on which to force the input, composed by authority and code number (ex. EPSG:4328)
- set to true this flag, the reprojection can have some error due to different datums, if set to false, it won't reproject without Bursa Wolf parameters
Output
- the output reprojected vector