TimeSeries2GriddedData
Interpret the data columns of inputfileTimeSeries as data points of a corresponding grid.
For each epoch a gridded data file is written where the variableLoopTime and variableLoopIndex are expanded for each point of the given time series to create the file name for this epoch (see text parser).
The number of input data columns must be a multiple of the number $n$ of grid points.
If isGroupedDataByPoint is true the inputfileTimeSeries starts
with all data (data0
, data1
… ) for the first point, followed by all data of the second point and so on.
If isGroupedDataByPoint is false, the file starts with data0
for all points, followed by all data1
and so on.
See also GriddedData2TimeSeries.
Name | Type | Annotation |
---|---|---|
outputfilesGriddedData | filename | for each epoch |
variableLoopTime | string | variable with time of each epoch |
variableLoopIndex | string | variable with index of current epoch (starts with zero) |
variableLoopCount | string | variable with total number of epochs |
inputfileTimeSeries | filename | each epoch: multiple data for points (MISCVALUES) |
grid | grid | corresponding grid points |
isDataGroupedByPoint | boolean | multiple data are given point by point, otherwise: first data0 for all points, followed by all data1 |
R | double | reference radius for ellipsoidal coordinates on output |
inverseFlattening | double | reference flattening for ellipsoidal coordinates on output, 0: spherical coordinates |