You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for meteorological bulletins, concrete implementation available for TAFBulletins in this release.
Refactored surface wind model classes: TrendForecastSurfaceWind and TAFSurfaceWind interfaces have been removed and replaced with a common SurfaceWind interface. METAR observations use ObservedSurfaceWind interface which now extends SurfaceWind.
Added a convenience method for calculating the Duration of the PartialOfCompleteTimePeriod (if the period is complete)
Added computable criticality to ConversionResult.Status