Project shapes into UTM coordinates.
Projection routines make use of the PROJ generic coordinate transformation software.
PROJ Version is 9.4.1
PROJ Homepage
| | Name | Type | Identifier | Description | Constraints |
| Input | Source | shapes list, input | SOURCE | - | - |
| Output | Target | shapes list, output, optional | TARGET | - | - |
| Options | Definition String | text | CRS_STRING | Supported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326"). | Default: +proj=longlat +datum=WGS84 +no_defs |
| Well Known Text File | file path | CRS_FILE | - | - |
| Z Transformation | boolean | TRANSFORM_Z | Transform elevation (z) values, if appropriate. | Default: 1 |
| Parallel Processing | boolean | PARALLEL | - | Default: 0 |
| Copy | boolean | COPY | If set the projected data will be created as a copy of the original, if not vertices will be projected in place thus reducing memory requirements. | Default: 1 |
| Datum | choice | DATUM | - | Available Choices:
[0] WGS84
[1] ETRS89
[2] NAD27
[3] NAD83
Default: 0 |
| Zone | integer number | UTM_ZONE | - | Minimum: 1
Maximum: 60
Default: 1 |
| South | boolean | UTM_SOUTH | - | Default: 0 |