Coordinate Conversion (Grids)
- 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 grids. 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 | X Coordinate Source | grid, input | SOURCE_X | Grid that provides the source X coordinates. | - |
Y Coordinate Source | grid, input | SOURCE_Y | Grid that provides the source Y coordinates. | - | |
Output | Projected X Coordinates | grid, output | TARGET_X | - | - |
Projected Y Coordinates | grid, output | TARGET_Y | - | - | |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
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! | - | |
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! | - |
Command Line
Usage: saga_cmd pj_proj4 30 [-SOURCE_X] [-SOURCE_Y ] [-TARGET_X ] [-TARGET_Y ] [-SOURCE_CRS_CRS_METHOD ] [-SOURCE_CRS_CRS_STRING ] [-SOURCE_CRS_CRS_CODE ] [-SOURCE_CRS_CRS_AUTHORITY ] [-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_CODE ] [-TARGET_CRS_CRS_AUTHORITY ] [-TARGET_CRS_CRS_FILE ] [-TARGET_CRS_CRS_PROJ4 ] [-TARGET_CRS_CRS_EPSG ] [-TARGET_CRS_CRS_EPSG_AUTH ] -SOURCE_X: X Coordinate Source grid, input -SOURCE_Y: Y Coordinate Source grid, input -TARGET_X: Projected X Coordinates grid, output -TARGET_Y: Projected Y Coordinates grid, output -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_CODE: Authority Code integer number Default: 4326 -SOURCE_CRS_CRS_AUTHORITY: Authority text Default: EPSG -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_CODE: Authority Code integer number Default: 4326 -TARGET_CRS_CRS_AUTHORITY: Authority text Default: EPSG -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