GriddedData2NetCdf
This program converts a inputfileGriddedData
to a COARDS compliant NetCDF file. The output data can be defined with dataVariable.
You should add at least the attributes units
, long_name
, and maybe _FillValue
to the variables. For the dataVariable:value the standard dataVariables
are available to select the data columns of inputfileGriddedData.
See also NetCdfInfo, GriddedDataTimeSeries2NetCdf, NetCdf2GriddedData.
Name | Type | Annotation |
---|---|---|
outputfileNetCdf | filename | file name of NetCDF output |
inputfileGriddedData | filename | input grid sequence |
dataVariable | sequence | metadata for data variables |
name | string | netCDF variable name |
value | expression | expression (variables 'height', 'data', 'longitude', 'latitude' and, 'area' are taken from the gridded data |
dataType | choice | |
double | ||
float | ||
int | ||
attribute | choice | netCDF attributes |
text | sequence | |
name | string | |
value | string | |
value | sequence | |
name | string | |
value | double | |
dataType | choice | |
double | ||
float | ||
int | ||
globalAttribute | choice | additional meta data |
text | sequence | |
name | string | |
value | string | |
value | sequence | |
name | string | |
value | double | |
dataType | choice | |
double | ||
float | ||
int |