Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
type Data struct {
Frames []Frame
Location string
Station string
LastUpdated time.Time
IsRealData bool
Temperature int
Conditions string
Alerts []weather.Alert
Lat float64
Lon float64
RadarW int // actual radar grid width used
RadarH int // actual radar grid height used
Wind weather.WindData
Forecast []weather.ForecastPeriod
}
Data represents radar data with frames and metadata
Click to show internal directories.
Click to hide internal directories.