Documentation
¶
Index ¶
- 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 AstroEvents
- type Astrocaster
- type Forecaster
- type Initer
- type Record
- type Records
- type WriteOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetDewpoint ¶ added in v0.2.2
func SetFeelsLike ¶ added in v0.2.2
func SetIceAmount ¶ added in v0.2.2
func SetPrecipitationProbability ¶ added in v0.2.2
func SetPreciptationAmount ¶ added in v0.2.2
func SetSkyCover ¶ added in v0.2.2
func SetSnowAmount ¶ added in v0.2.2
func SetTemperature ¶ added in v0.2.2
func SetWindDirection ¶ added in v0.2.2
func SetWindGust ¶ added in v0.2.2
func SetWindSpeed ¶ added in v0.2.2
Types ¶
type AstroEvent ¶ added in v0.7.0
type AstroEvents ¶ added in v0.7.0
type AstroEvents struct {
Values []AstroEvent
}
func (AstroEvents) ToPoints ¶ added in v0.7.0
func (as AstroEvents) ToPoints(options WriteOptions) []*write.Point
type Astrocaster ¶ added in v0.7.0
type Astrocaster interface { Initer GetAstrocast() (AstroEvents, error) }
type Forecaster ¶
Click to show internal directories.
Click to hide internal directories.