Coordinate Reference System Format Conversion
- Author: O.Conrad (c) 2024
- Menu: Projection | Tools
Description
Type in a Coordinate Reference System (CRS) definition and find its representation in various formats. Supported input formats are:
- proj strings
- WKT strings
- object codes (e.g. "EPSG:4326", "ESRI:31493", "urn:ogc:def:crs:EPSG::4326", "urn:ogc:def:coordinateOperation:EPSG::1671")
- object names (e.g. "WGS 84", "WGS 84 / UTM zone 31N", "Germany_Zone_3". In this case as uniqueness is not guaranteed, heuristics are applied to determine the appropriate best match.
- OGC URN combining references for compound CRS (e.g "urn:ogc:def:crs,crs:EPSG::2393,crs:EPSG::5717" or custom abbreviated syntax "EPSG:2393+5717")
- OGC URN combining references for concatenated operations (e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618")
- PROJJSON strings (find the jsonschema at proj.org)
- compound CRS made from two object names separated with " + " (e.g. "WGS 84 + EGM96 height")
References
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Output | Formats | table, output, optional | FORMATS | - | - | 
| Options | Definition | text | DEFINITION | - | Default: epsg:4326 | 
| Multiline | boolean | MULTILINE | applies to JSON and WKT | Default: 1 | 
| Simplified | boolean | SIMPLIFIED | applies to WKT-2 | Default: 1 | 
Command Line
Usage: saga_cmd pj_proj4 19 [-DEFINITION ] [-MULTILINE ] [-SIMPLIFIED ] [-FORMATS ]
  -DEFINITION:	Definition
	text
	Default: epsg:4326
  -MULTILINE: 	Multiline
	boolean
	Default: 1
  -SIMPLIFIED:	Simplified
	boolean
	Default: 1
  -FORMATS:   	Formats
	table, output, optional