GriddedDataConcatenate
This program concatenate grid from several inputfileGriddedData and write it to a new outputfileGriddedData. Input files must have the same number of data columns. If sort is enabled, the points are sorted by latitudes starting from north/west to south east. Identical points (within a margin) can be removed with removeDuplicates.
Name | Type | Annotation |
---|---|---|
outputfileGriddedData | filename | |
inputfileGriddedData | filename | |
border | border | |
sortPoints | boolean | sort from north/west to south east |
removeDuplicates | choice | remove duplicate points |
keepFirst | sequence | keep first point, remove all other identicals |
margin | double | margin distance for identical points [m] |
keepLast | sequence | keep last point, remove all other identicals |
margin | double | margin distance for identical points [m] |
R | double | reference radius for ellipsoidal coordinates |
inverseFlattening | double | reference flattening for ellipsoidal coordinates |