reproject_layer
Reproject a GIS layer to a specified CRS (EPSG or WKT). Inputs without a CRS are refused; broken geometry is repaired deterministically and reported in a repairs key.
Instructions
Reproject a layer to a target CRS, e.g. 'EPSG:32632' or a WKT string.
Inputs without a CRS are refused. Geometry passes through unchanged, so an
invalid input yields an invalid output: mechanically broken geometry is
repaired deterministically and reported in a repairs key — read it, the
geometry type may have changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| target_crs | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||