Coordinate Transformation (Shapes List)
- Author: O. Conrad (c) 2010
- Menu: Projection
Description
Coordinate transformation for shapes. Projection routines make use of the PROJ generic coordinate transformation software. PROJ Version is 7.2.1 PROJ Homepage
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Source | shapes list, input | SOURCE | - | - |
Output | Target | shapes list, output, optional | TARGET | - | - |
Options | Get CRS Definition from... | choice | CRS_METHOD | - | Available Choices: [0] Definition String [1] Authority Code [2] Well Known Text File Default: 0 |
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 +type=crs | |
Authority Code | integer number | CRS_CODE | - | Default: 4326 | |
Authority | text | CRS_AUTHORITY | - | Default: EPSG | |
Well Known Text File | file path | CRS_FILE | - | - | |
[deprecated] Proj4 String | text | CRS_PROJ4 | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead! | - | |
[deprecated] Authority Code | integer number | CRS_EPSG | Deprecated! For backward compatibility only! Use "CRS_CODE" parameter instead! | Default: -1 | |
[deprecated] Authority | text | CRS_EPSG_AUTH | Deprecated! For backward compatibility only! Use "CRS_AUTHORITY" parameter instead! | - | |
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 orignal, if not vertices will be projected in place thus reducing memory requirements. | Default: 1 |
Command Line
Usage: saga_cmd pj_proj4 1 [-CRS_METHOD] [-CRS_STRING ] [-CRS_CODE ] [-CRS_AUTHORITY ] [-CRS_FILE ] [-CRS_PROJ4 ] [-CRS_EPSG ] [-CRS_EPSG_AUTH ] [-SOURCE ] [-TARGET ] [-TRANSFORM_Z ] [-PARALLEL ] [-COPY ] -CRS_METHOD: Get CRS Definition from... choice Available Choices: [0] Definition String [1] Authority Code [2] Well Known Text File Default: 0 -CRS_STRING: Definition String text Default: +proj=longlat +datum=WGS84 +no_defs +type=crs -CRS_CODE: Authority Code integer number Default: 4326 -CRS_AUTHORITY: Authority text Default: EPSG -CRS_FILE: Well Known Text File file path -CRS_PROJ4: [deprecated] Proj4 String text -CRS_EPSG: [deprecated] Authority Code integer number Default: -1 -CRS_EPSG_AUTH: [deprecated] Authority text -SOURCE: Source shapes list, input -TARGET: Target shapes list, output, optional -TRANSFORM_Z: Z Transformation boolean Default: 1 -PARALLEL: Parallel Processing boolean Default: 0 -COPY: Copy boolean Default: 1