| Read the Meteorological Data |
There are two important data classes in MeteoInfo: GridData and StationData. They are the main dataset for analysis and visualization.
l Get grid data set: GetGridData(string varName) , return a GridData object.
l Get station data set: GetStationData(string varName) , return a StationData object
The parameter of the above functions is variable name of the meteorological data.
Example:
UGridData = myApp.GetGridData("U")
rainSTData = myApp.GetStationData("Precipitation6h")