GriddedData2Matrix
This program converts inputfileGriddedData to outputfileMatrix with data columns. The grid is expressed as ellipsoidal coordinates (longitude, latitude, height) based on a reference ellipsoid with parameters R and inverseFlattening. The content of the output matrix can be controlled by outColumn expressions applied to every grid point. The common data variables for grids are available, see dataVariables.
Name | Type | Annotation |
---|---|---|
outputfileMatrix | filename | point list as matrix with longitude and latitude values in columns and possible additional columns |
inputfileGriddedData | filename | |
R | double | reference radius for ellipsoidal coordinates on output |
inverseFlattening | double | reference flattening for ellipsoidal coordinates on output, 0: spherical coordinates |
outColumn | expression | expression (variables: longitude, latitude, height, area, data0, data1, ...) |