Tool [deprecated] Proj.4 (Command Line Arguments, Grid)
Coordinate Transformation for Grids.
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
- Menu: Projection|Alternatives
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Source | Grid (input) | SOURCE | - | - |
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 | |
Grid system | Grid system | SOURCE_GRIDSYSTEM | - | - | |
Resampling | Choice | RESAMPLING | - | Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3 |
Command-line
Usage: saga_cmd pj_proj4 7 [-SOURCE_PROJ <str>] [-TARGET_PROJ <str>] [-SOURCE <str>] [-RESAMPLING <str>] [-TARGET_DEFINITION <str>] [-TARGET_USER_SIZE <double>] [-TARGET_USER_XMIN <double>] [-TARGET_USER_XMAX <double>] [-TARGET_USER_YMIN <double>] [-TARGET_USER_YMAX <double>] [-TARGET_USER_FITS <str>] [-TARGET_TEMPLATE <str>] [-TARGET_TARGET <str>] [-TARGET_OUT_X <str>] [-TARGET_OUT_Y <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 Grid (input) -RESAMPLING:<str> Resampling Choice Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3 -TARGET_DEFINITION:<str> Target Grid System Choice Available Choices: [0] user defined [1] grid or grid system Default: 0 -TARGET_USER_SIZE:<double> Cellsize Floating point Minimum: 0.000000 Default: 1.000000 -TARGET_USER_XMIN:<double> Left Floating point Default: 0.000000 -TARGET_USER_XMAX:<double> Right Floating point Default: 100.000000 -TARGET_USER_YMIN:<double> Bottom Floating point Default: 0.000000 -TARGET_USER_YMAX:<double> Top Floating point Default: 100.000000 -TARGET_USER_FITS:<str> Fit Choice Available Choices: [0] nodes [1] cells Default: 0 -TARGET_TEMPLATE:<str> Target System Grid (optional input) -TARGET_TARGET:<str> Target Grid (output) -TARGET_OUT_X:<str> X Coordinates Grid (optional output) -TARGET_OUT_Y:<str> Y Coordinates Grid (optional output)