MeteorologicalMeasurement Enumeration |
Enumeration of the types of meteorological data available in the Rinex file.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum MeteorologicalMeasurement
Public Enumeration MeteorologicalMeasurement
public enum class MeteorologicalMeasurement
type MeteorologicalMeasurement
Members
| Member name | Description |
---|
| Pressure |
Total air pressure. (millibars)
|
| DryTemperature |
The dry bulb temperature. (degrees Celsius)
|
| RelativeHumidity |
The Relative Humidity. (0-100)%
|
| WetZenithPathDelay |
The tropospheric path delay due to the wet atmosphere in the vertical direction. (millimeters)
|
| DryZenithPathDelay |
The tropospheric path delay due to the dry atmosphere in the vertical direction. (millimeters)
|
| TotalZenithPathDelay |
The total tropospheric path delay in the vertical direction. (millimeters)
|
| WindAzimuth |
Wind direction azimuth. (degrees)
|
| WindSpeed |
Wind Speed. (meters/second)
|
| RainIncrement |
Rain Accumulation since last measurement. (1/10 millimeters)
|
| HailIndicator |
Hail indicator. True indicates hail detected since last measurement
|
See Also