Module [deprecated] Proj.4 (Command Line Arguments, Shapes)
Coordinate Transformation for Shapes.
Based on the PROJ.4 Cartographic Projections library originally written by Gerald Evenden and later continued by the United States Department of the Interior, Geological Survey (USGS).
Proj.4 Homepage
- Author: O. Conrad (c) 2004-8
- Specification: grid
- Menu: Projection|Alternatives
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Source | Shapes (input) | SOURCE | - | - |
Output | Target | Shapes (output) | TARGET | - | - |
Options | Source Projection Parameters | Text | SOURCE_PROJ | - | Default: +proj=tmerc +datum=potsdam +lon_0=9 +x_0=3500000 |
Target Projection Parameters | Text | TARGET_PROJ | - | Default: +proj=tmerc +datum=potsdam +lon_0=12 +x_0=4500000 |
Command-line
Usage: saga_cmd pj_proj4 5 [-SOURCE_PROJ <str>] [-TARGET_PROJ <str>] [-SOURCE <str>] [-TARGET <str>] -SOURCE_PROJ:<str> Source Projection Parameters Text Default: +proj=tmerc +datum=potsdam +lon_0=9 +x_0=3500000 -TARGET_PROJ:<str> Target Projection Parameters Text Default: +proj=tmerc +datum=potsdam +lon_0=12 +x_0=4500000 -SOURCE:<str> Source Shapes (input) -TARGET:<str> Target Shapes (output)