Tool Coordinate Reference System Picker
Define or pick a Coordinate Reference System (CRS). It is intended to call this tool only from other tools.
- Author: O.Conrad (c) 2014
- Menu: Projection|Tools
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Options | Get CRS Definition from... | Choice | CRS_METHOD | - | Available Choices: [0] Proj4 Parameters [1] EPSG Code [2] Well Known Text File Default: 0 |
Proj4 Parameters | Long text | CRS_PROJ4 | - | - | |
Well Known Text File | File path | CRS_FILE | - | - | |
Authority Code | Integer | CRS_EPSG | - | Default: -1 | |
Authority | Text | CRS_EPSG_AUTH | - | Default: EPSG | |
Precise Datum Conversion | Boolean | PRECISE | avoids precision problems when source and target crs use different geodedtic datums. | Default: 0 |
Command-line
Usage: saga_cmd pj_proj4 15 [-CRS_METHOD <str>] [-CRS_PROJ4 <str>] [-CRS_FILE <str>] [-CRS_EPSG <num>] [-CRS_EPSG_AUTH <str>] [-PRECISE <str>] -CRS_METHOD:<str> Get CRS Definition from... Choice Available Choices: [0] Proj4 Parameters [1] EPSG Code [2] Well Known Text File Default: 0 -CRS_PROJ4:<str> Proj4 Parameters Long text -CRS_FILE:<str> Well Known Text File File path -CRS_EPSG:<num> Authority Code Integer Default: -1 -CRS_EPSG_AUTH:<str> Authority Text Default: EPSG -PRECISE:<str> Precise Datum Conversion Boolean Default: 0