Module Coordinate Transformation (Grid)
Coordinate transformation for grids.
Projection routines make use of the Proj.4 Cartographic Projections library.
Proj.4 was originally developed by Gerald Evenden and later continued by the United States Department of the Interior, Geological Survey (USGS).
Proj.4 Version is Rel. 4.7.1, 23 September 2009
Proj.4 Homepage
- Author: O. Conrad (c) 2010
- Specification: grid
- Menu: Projection
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Source | Grid (input) | SOURCE | - | - |
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 | - | - | |
EPSG Code | Integer | CRS_EPSG | - | Minimum: -1 Default: -1 | |
Precise Datum Conversion | Boolean | PRECISE | avoids precision problems when source and target crs use different geodedtic datums. | Default: 0 | |
Interpolation | Choice | INTERPOLATION | - | Available Choices: [0] Nearest Neigbhor [1] Bilinear Interpolation [2] Inverse Distance Interpolation [3] Bicubic Spline Interpolation [4] B-Spline Interpolation Default: 4 | |
Preserve Data Type | Boolean | KEEP_TYPE | - | Default: 1 | |
Use Target Area Polygon | Boolean | TARGET_AREA | - | Default: 0 |
Command-line
Usage: saga_cmd pj_proj4 4 [-CRS_METHOD <str>] [-CRS_PROJ4 <str>] [-CRS_FILE <str>] [-CRS_EPSG <num>] [-PRECISE <str>] [-SOURCE <str>] [-INTERPOLATION <str>] [-KEEP_TYPE <str>] [-TARGET_AREA <str>] [-TARGET_DEFINITION <str>] [-TARGET_USER_XMIN <str>] [-TARGET_USER_XMAX <str>] [-TARGET_USER_YMIN <str>] [-TARGET_USER_YMAX <str>] [-TARGET_USER_SIZE <str>] [-TARGET_USER_FITS <str>] [-TARGET_TEMPLATE <str>] [-TARGET_GRID <str>] [-TARGET_OUT_X <str>] [-TARGET_OUT_Y <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> EPSG Code Integer Minimum: -1 Default: -1 -PRECISE:<str> Precise Datum Conversion Boolean Default: 0 -SOURCE:<str> Source Grid (input) -INTERPOLATION:<str> Interpolation Choice Available Choices: [0] Nearest Neigbhor [1] Bilinear Interpolation [2] Inverse Distance Interpolation [3] Bicubic Spline Interpolation [4] B-Spline Interpolation Default: 4 -KEEP_TYPE:<str> Preserve Data Type Boolean Default: 1 -TARGET_AREA:<str> Use Target Area Polygon Boolean Default: 0 -TARGET_DEFINITION:<str> Target Grid System Choice Available Choices: [0] user defined [1] grid or grid system Default: 0 -TARGET_USER_XMIN:<str> Left Floating point Default: 0.000000 -TARGET_USER_XMAX:<str> Right Floating point Default: 100.000000 -TARGET_USER_YMIN:<str> Bottom Floating point Default: 0.000000 -TARGET_USER_YMAX:<str> Top Floating point Default: 100.000000 -TARGET_USER_SIZE:<str> Cellsize Floating point Minimum: 0.000000 Default: 1.000000 -TARGET_USER_FITS:<str> Fit Choice Available Choices: [0] nodes [1] cells Default: 0 -TARGET_TEMPLATE:<str> Target System Grid (optional input) -TARGET_GRID:<str> Target Grid (output) -TARGET_OUT_X:<str> X Coordinates Grid (optional output) -TARGET_OUT_Y:<str> Y Coordinates Grid (optional output)