Coordinate Transformation for Grids. This library makes use of the Geographic Translator (GeoTrans) library. The GeoTrans library is maintained by the National Geospatial Agency (NGA).
| | Name | Type | Identifier | Description | Constraints |
| Input | Source | grid, input | SOURCE | - | - |
| Target System | grid, input, optional
[CMD] | TEMPLATE | use this grid's system for output grids | - |
| Output | Target Grid | grid, output | OUT_GRID | - | - |
| X Coordinates | grid, output, optional | X | - | - |
| Y Coordinates | grid, output, optional | Y | - | - |
| Options | Ellipsoids | file path | DATA_ELLIPSOID | - | - |
| Datums (7 Parameters) | file path | DATA_DATUM_7 | - | - |
| Datums (3 Parameters) | file path | DATA_DATUM_3 | - | - |
| Geoid | file path | DATA_GEOID | - | - |
| Grid system | grid system | SOURCE_GRIDSYSTEM | - | - |
| Resampling | choice | RESAMPLING | - | Available Choices:
[0] Nearest Neighbour
[1] Bilinear
[2] Cubic 1
[3] Cubic 2
Default: 3 |
| Source Datum | choice | SOURCE_DATUM | - | Available Choices:
[0] [not set]
Default: 0 |
| Target Datum | choice | TARGET_DATUM | - | Available Choices:
[0] [not set]
Default: 0 |
| Source Projection | choice | SOURCE_PROJECTION | - | Available Choices:
[0] [not set]
Default: 0 |
| Target Projection | choice | TARGET_PROJECTION | - | Available Choices:
[0] [not set]
Default: 0 |
| Target Grid System | choice | DEFINITION | - | Available Choices:
[0] user defined
[1] grid or grid system
Default: 0 |
| Cellsize | floating point number | USER_SIZE | - | Minimum: 0.000000
Default: 1.000000 |
| West | floating point number | USER_XMIN | - | Default: 0.000000 |
| East | floating point number | USER_XMAX | - | Default: 100.000000 |
| South | floating point number | USER_YMIN | - | Default: 0.000000 |
| North | floating point number | USER_YMAX | - | Default: 100.000000 |
| Columns | integer number | USER_COLS | Number of cells in East-West direction. | Minimum: 1
Default: 101 |
| Rows | integer number | USER_ROWS | Number of cells in North-South direction. | Minimum: 1
Default: 101 |
| Rounding | boolean | USER_FLAT | Round bounding coordinates to multiples of cell size. Ignored if cell size has decimal places. | Default: 1 |
| Fit | choice | USER_FITS | - | Available Choices:
[0] nodes
[1] cells
Default: 0 |
| Grid System | grid system | SYSTEM | - | - |
| X Coordinates | boolean | X_CREATE | - | Default: 0 |
| Y Coordinates | boolean | Y_CREATE | - | Default: 0 |