Versions in this module Expand all Collapse all v0 v0.7.1 Jan 17, 2024 v0.7.0 Jan 16, 2024 Changes in this version + type Aggregated struct + Precipitation *PrecipitationConditionAggregated + Wind *WindConditionAggregated + type AirCondition struct + CloudFree *bool + Dewpoint *Celsius + RelativeHumidity *Percentage + Temperature *Celsius + VisibleDistance *Meters + type Celsius struct + Origin *string + SensorNames *string + Value *float64 + type Degrees struct + Origin *string + SensorNames *string + Value *int + type DeicingChemical struct + Amount *GramPerSquareMeter + type Geometry struct + SWEREF99TM *string + WGS84 *string + type GramPerSquareMeter struct + Origin *string + SensorNames *string + Value *float64 + type Grip struct + Origin *string + SensorNames *string + Value *float64 + type GroundCondition struct + Depth *IntegerCentimeters + Temperature *Celsius + type IntegerCentimeters struct + Origin *string + SensorNames *string + Value *int + type Meters struct + Origin *string + SensorNames *string + Value *float64 + type MetersPerSecond struct + Origin *string + SensorNames *string + Value *float64 + type Millimeters struct + Origin *string + SensorNames *string + Value *float64 + type Observation struct + Aggregated10minutes *Aggregated + Aggregated30minutes *Aggregated + Aggregated5minutes *Aggregated + Air *AirCondition + DeicingChemical *DeicingChemical + Id *string + Sample *time.Time + Subsurface *SubsurfaceCondition + Surface *SurfaceCondition + Weather *Weather + Wind []WindCondition + type Percentage struct + Origin *string + SensorNames *string + Value *float64 + type PrecipitationConditionAggregated struct + Rain *bool + RainSum *Millimeters + Snow *bool + SnowSum *Snow + TotalWaterEquivalent *Millimeters + type Snow struct + Solid *Millimeters + WaterEquivalent *Millimeters + type SubsurfaceCondition struct + Ground []GroundCondition + type SurfaceCondition struct + Grip *Grip + Ice *bool + IceDepth *Millimeters + Snow *bool + SnowDepth *Snow + Temperature *Celsius + Water *bool + WaterDepth *Millimeters + type Weather struct + Precipitation *string + type WeatherMeasurepoint struct + Deleted *bool + Geometry *Geometry + Id *string + ModifiedTime *time.Time + Name *string + Observation *Observation + type WindCondition struct + Direction *Degrees + Height *int + Speed *MetersPerSecond + type WindConditionAggregated struct + Height *int + SpeedAverage *MetersPerSecond + SpeedMax *MetersPerSecond