uwyo

package
v0.0.0-...-a6dd893 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UWYO

type UWYO struct {
	// Time of Forecast
	Time    time.Time
	Station int
	// Pressure in hPa
	Pressure []int
	// Height in feet
	Height []int
	// Temp in Deg C
	Temp []float32
	// Dew point in deg C
	Dew []float32
	// WindDir in degrees
	WindDir []int
	// WindSpeed in knots
	WindSpeed []int
}

UWYO forcast information.

func Fetch

func Fetch(station int, t time.Time) ([]*UWYO, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL