Set Coordinate Reference System
- Author: O.Conrad (c) 2010
 
- Menu: Projection
 
Description
This tool allows you to define the Coordinate Reference System (CRS) for the supplied data sets. The tool applies no transformation to the data sets, it just updates their CRS metadata.
A complete and correct description of the CRS of a dataset is necessary in order to be able to actually apply a projection with one of the 'Coordinate Transformation' tools.
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Grids | grid list, input, optional | GRIDS | - | - | 
| Shapes | shapes list, input, optional | SHAPES | - | - | 
| Output | Grids | grid list, output, optional | GRIDS_OUT | - | - | 
| Shapes | shapes list, output, optional | SHAPES_OUT | - | - | 
| Options | 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 0 [-CRS_STRING ] [-CRS_FILE ] [-GRIDS ] [-GRIDS_OUT ] [-SHAPES ] [-SHAPES_OUT ]
  -CRS_STRING:   Definition String
	text
	Default: +proj=longlat +datum=WGS84 +no_defs
  -CRS_FILE:     Well Known Text File
	file path
  -GRIDS:        Grids
	grid list, input, optional
  -GRIDS_OUT:    Grids
	grid list, output, optional
  -SHAPES:       Shapes
	shapes list, input, optional
  -SHAPES_OUT:   Shapes
	shapes list, output, optional