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 | - | - |
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 | - | - |
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 | - | - |
Command Line
Usage: saga_cmd pj_proj4 31 [-TABLE ] [-SOURCE_X ] [-SOURCE_Y ] [-TARGET_X ] [-TARGET_Y ] [-SOURCE_CRS_CRS_STRING ] [-SOURCE_CRS_CRS_FILE ] [-TARGET_CRS_CRS_STRING ] [-TARGET_CRS_CRS_FILE ]
-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_STRING: Definition String
text
Default: +proj=longlat +datum=WGS84 +no_defs
-SOURCE_CRS_CRS_FILE: Well Known Text File
file path
-TARGET_CRS_CRS_STRING: Definition String
text
Default: +proj=longlat +datum=WGS84 +no_defs
-TARGET_CRS_CRS_FILE: Well Known Text File
file path