Latitude/Longitude Graticule
- Author: O.Conrad (c) 2014
- Menu: Projection | Tools
Description
Creates a longitude/latitude graticule for the extent and projection of the input shapes layer. Projection routines make use of the PROJ generic coordinate transformation software. PROJ Version is 9.4.1 PROJ Homepage
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Output | Graticule | shapes, output | GRATICULE | - | - |
Frame Coordinates | shapes, output, optional | COORDS | - | - | |
Options | 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 | |
Well Known Text File | file path | CRS_FILE | - | - | |
[deprecated] Proj4 String | text | CRS_PROJ4 | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "+proj=longlat +datum=WGS84")! | - | |
[deprecated] Authority Code | integer number | CRS_EPSG | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")! | Default: -1 | |
[deprecated] Authority | text | CRS_EPSG_AUTH | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")! | - | |
Minimum | floating point number | XMIN | - | Default: 0.000000 | |
Maximum | floating point number | XMAX | - | Default: 0.000000 | |
Minimum | floating point number | YMIN | - | Default: 0.000000 | |
Maximum | floating point number | YMAX | - | Default: 0.000000 | |
Interval | choice | INTERVAL | - | Available Choices: [0] fixed interval [1] fitted interval Default: 0 | |
Fixed Interval (Degree) | floating point number | FIXED | - | Minimum: 0.000000 Default: 1.000000 | |
Number of Intervals | integer number | FITTED | - | Minimum: 1 Default: 10 | |
Minimum Resolution (Degree) | floating point number | RESOLUTION | - | Minimum: 0.000000 Default: 0.500000 |
Command Line
Usage: saga_cmd pj_proj4 14 [-CRS_METHOD] [-CRS_STRING ] [-CRS_FILE ] [-CRS_PROJ4 ] [-CRS_EPSG ] [-CRS_EPSG_AUTH ] [-GRATICULE ] [-COORDS ] [-XMIN ] [-XMAX ] [-YMIN ] [-YMAX ] [-INTERVAL ] [-FIXED ] [-FITTED ] [-RESOLUTION ] -CRS_METHOD: Get CRS Definition from... choice Available Choices: [0] Definition String [1] Authority Code [2] Well Known Text File Default: 0 -CRS_STRING: Definition String text Default: +proj=longlat +datum=WGS84 +no_defs +type=crs -CRS_FILE: Well Known Text File file path -CRS_PROJ4: [deprecated] Proj4 String text -CRS_EPSG: [deprecated] Authority Code integer number Default: -1 -CRS_EPSG_AUTH: [deprecated] Authority text -GRATICULE: Graticule shapes, output -COORDS: Frame Coordinates shapes, output, optional -XMIN: Minimum floating point number Default: 0.000000 -XMAX: Maximum floating point number Default: 0.000000 -YMIN: Minimum floating point number Default: 0.000000 -YMAX: Maximum floating point number Default: 0.000000 -INTERVAL: Interval choice Available Choices: [0] fixed interval [1] fitted interval Default: 0 -FIXED: Fixed Interval (Degree) floating point number Minimum: 0.000000 Default: 1.000000 -FITTED: Number of Intervals integer number Minimum: 1 Default: 10 -RESOLUTION: Minimum Resolution (Degree) floating point number Minimum: 0.000000 Default: 0.500000