MatrixRectangular2GriddedData
Read gridded data (matrix).
Name | Type | Annotation |
---|---|---|
outputfileGriddedData | filename | |
inputfileMatrix | filename | |
rowMajor | boolean | true: data is ordered row by row, false: columnwise |
startLongitude | angle | longitude of upper left corner of the grid |
startLatitude | angle | latitude of upper left corner of the grid |
deltaLongitude | angle | sampling, negative for east to west data |
deltaLatitude | angle | sampling, negative for south to north data |
R | double | reference radius for ellipsoidal coordinates |
inverseFlattening | double | reference flattening for ellipsoidal coordinates |