Experimental
Reprojects an input vector layer to a destination EPSG code.
vector projection crs
| Name | Description | Required | Default |
|---|---|---|---|
input | Input vector layer. | Required | input.shp |
epsg | Destination EPSG code. | Required | 4326 |
output | Output vector path. | Required | — |
Reprojects a vector layer to EPSG:4326.
wbe.reproject_vector(epsg=4326, input='input.shp', output='reprojected.shp')