GriddedDataCreate
This program creates a grid and writes it to outputfileGrid. The grid is expressed as ellipsoidal coordinates (longitude, latitude, height) based on a reference ellipsoid with parameters R and inverseFlattening. Extra value columns can be appended using expressions with the common data variables for gridded data.
Name | Type | Annotation |
---|---|---|
outputfileGrid | filename | |
grid | grid | |
R | double | reference radius for ellipsoidal coordinates on output |
inverseFlattening | double | reference flattening for ellipsoidal coordinates on output, 0: spherical coordinates |
value | expression | expression (variables as 'longitude', 'height', 'area' are taken from the gridded data) |