Documentation ¶
Index ¶
- func AstroToPoints(aes []AstroEvent, options WriteOptions) []*write.Point
- func RecordsToPoints(rs []Record, options WriteOptions) []*write.Point
- func SetDewpoint(r *Record, v float64)
- func SetFeelsLike(r *Record, v float64)
- func SetIceAmount(r *Record, v float64)
- func SetPrecipitationProbability(r *Record, v float64)
- func SetPreciptationAmount(r *Record, v float64)
- func SetSkyCover(r *Record, v float64)
- func SetSnowAmount(r *Record, v float64)
- func SetTemperature(r *Record, v float64)
- func SetWindDirection(r *Record, v float64)
- func SetWindGust(r *Record, v float64)
- func SetWindSpeed(r *Record, v float64)
- type AstroEvent
- type Astrocaster
- type Forecaster
- type Initer
- type Record
- type WriteOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AstroToPoints ¶
func AstroToPoints(aes []AstroEvent, options WriteOptions) []*write.Point
func RecordsToPoints ¶
func RecordsToPoints(rs []Record, options WriteOptions) []*write.Point
func SetDewpoint ¶
func SetFeelsLike ¶
func SetIceAmount ¶
func SetPreciptationAmount ¶
func SetSkyCover ¶
func SetSnowAmount ¶
func SetTemperature ¶
func SetWindDirection ¶
func SetWindGust ¶
func SetWindSpeed ¶
Types ¶
type AstroEvent ¶
type Astrocaster ¶
type Astrocaster interface { Initer GetAstrocast() ([]AstroEvent, error) }
type Forecaster ¶
Click to show internal directories.
Click to hide internal directories.