Coordinate Conversion (Table)
- Author: O. Conrad (c) 2019
- Menu: Projection | Tools
Description
This tool projects coordinate tuples. Coordinate tuples have to be provided by the two source coordinate fields. Projection routines make use of the PROJ generic coordinate transformation software. PROJ Version is 9.4.1 PROJ Homepage
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Table | table, input | TABLE | - | - |
Options | X Coordinate Source | table field | SOURCE_X | Table field that provides the source X coordinates. | - |
Y Coordinate Source | table field | SOURCE_Y | Table field that provides the source Y coordinates. | - | |
Projected X Coordinates | table field | TARGET_X | - | - | |
Projected Y Coordinates | table field | TARGET_Y | - | - | |
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 | |
Well Known Text File | file path | CRS_FILE | - | - | |
[deprecated] Proj4 String | text | CRS_PROJ4 | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "+proj=longlat +datum=WGS84")! | - | |
[deprecated] Authority Code | integer number | CRS_EPSG | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")! | Default: -1 | |
[deprecated] Authority | text | CRS_EPSG_AUTH | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")! | - | |
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 | |
Well Known Text File | file path | CRS_FILE | - | - | |
[deprecated] Proj4 String | text | CRS_PROJ4 | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "+proj=longlat +datum=WGS84")! | - | |
[deprecated] Authority Code | integer number | CRS_EPSG | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")! | Default: -1 | |
[deprecated] Authority | text | CRS_EPSG_AUTH | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")! | - |
Command Line
Usage: saga_cmd pj_proj4 31 [-TABLE] [-SOURCE_X ] [-SOURCE_Y ] [-TARGET_X ] [-TARGET_Y ] [-SOURCE_CRS_CRS_METHOD ] [-SOURCE_CRS_CRS_STRING ] [-SOURCE_CRS_CRS_FILE ] [-SOURCE_CRS_CRS_PROJ4 ] [-SOURCE_CRS_CRS_EPSG ] [-SOURCE_CRS_CRS_EPSG_AUTH ] [-TARGET_CRS_CRS_METHOD ] [-TARGET_CRS_CRS_STRING ] [-TARGET_CRS_CRS_FILE ] [-TARGET_CRS_CRS_PROJ4 ] [-TARGET_CRS_CRS_EPSG ] [-TARGET_CRS_CRS_EPSG_AUTH ] -TABLE: Table table, input -SOURCE_X: X Coordinate Source table field -SOURCE_Y: Y Coordinate Source table field -TARGET_X: Projected X Coordinates table field -TARGET_Y: Projected Y Coordinates table field -SOURCE_CRS_CRS_METHOD: Get CRS Definition from... choice Available Choices: [0] Definition String [1] Authority Code [2] Well Known Text File Default: 0 -SOURCE_CRS_CRS_STRING: Definition String text Default: +proj=longlat +datum=WGS84 +no_defs +type=crs -SOURCE_CRS_CRS_FILE: Well Known Text File file path -SOURCE_CRS_CRS_PROJ4: [deprecated] Proj4 String text -SOURCE_CRS_CRS_EPSG: [deprecated] Authority Code integer number Default: -1 -SOURCE_CRS_CRS_EPSG_AUTH: [deprecated] Authority text -TARGET_CRS_CRS_METHOD: Get CRS Definition from... choice Available Choices: [0] Definition String [1] Authority Code [2] Well Known Text File Default: 0 -TARGET_CRS_CRS_STRING: Definition String text Default: +proj=longlat +datum=WGS84 +no_defs +type=crs -TARGET_CRS_CRS_FILE: Well Known Text File file path -TARGET_CRS_CRS_PROJ4: [deprecated] Proj4 String text -TARGET_CRS_CRS_EPSG: [deprecated] Authority Code integer number Default: -1 -TARGET_CRS_CRS_EPSG_AUTH: [deprecated] Authority text