Single Coordinate Transformation
- Author: O. Conrad (c) 2018
- Menu: Projection | Tools
Description
Transformation of a single coordinate.
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 |
Options | Proj4 Parameters | text | SOURCE_CRS | - | Default: +proj=longlat +datum=WGS84 |
X | floating point number | SOURCE_X | - | Default: 0.000000 |
Y | floating point number | SOURCE_Y | - | Default: 0.000000 |
Proj4 Parameters | text | TARGET_CRS | - | Default: +proj=longlat +datum=WGS84 |
X | floating point number | TARGET_X | - | Default: 0.000000 |
Y | floating point number | TARGET_Y | - | Default: 0.000000 |
Command Line
Usage: saga_cmd pj_proj4 29 [-SOURCE_CRS ] [-SOURCE_X ] [-SOURCE_Y ] [-TARGET_CRS ] [-TARGET_X ] [-TARGET_Y ]
-SOURCE_CRS: Proj4 Parameters
text
Default: +proj=longlat +datum=WGS84
-SOURCE_X: X
floating point number
Default: 0.000000
-SOURCE_Y: Y
floating point number
Default: 0.000000
-TARGET_CRS: Proj4 Parameters
text
Default: +proj=longlat +datum=WGS84
-TARGET_X: X
floating point number
Default: 0.000000
-TARGET_Y: Y
floating point number
Default: 0.000000