hello

package module
v0.0.0-...-417b46d Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

README

CloudMetar

Experimenting with airport METAR data and GCP

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metar

type Metar struct {
	Station    string
	Time       time.Time
	Mod        string
	Wind       Wind
	Visibility int
	Weather    []Weather
	Sky        []Sky
	Temp       int
	DewPt      int
	Pressure   int
}

func (*Metar) Parse

func (m *Metar) Parse(rawMetar, rawDate string) error

type Sky

type Sky struct {
	Cover  string
	Height int
	Cloud  string
}

type Weather

type Weather struct {
	Intens string
	Descr  string
	Precip string
	Other  string
}

type Wind

type Wind struct {
	Vrb     bool
	Dir     int
	Spd     int
	Gust    int
	VarFrom int
	VarTo   int
}

Jump to

Keyboard shortcuts

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