Skip to main content

Interface: Metar

Defined in: src/sdk/navigation/FacilityWeather.ts:4

A METAR.

Properties

altimeterA?

readonly optional altimeterA: number

Defined in: src/sdk/navigation/FacilityWeather.ts:66

The altimeter setting, in inHg.


altimeterQ?

readonly optional altimeterQ: number

Defined in: src/sdk/navigation/FacilityWeather.ts:69

The altimeter setting, in hPa.


cavok

readonly cavok: boolean

Defined in: src/sdk/navigation/FacilityWeather.ts:42

Whether ceiling and visibility are OK.


day

readonly day: number

Defined in: src/sdk/navigation/FacilityWeather.ts:9

The day of observation, in UTC time.


dew?

readonly optional dew: number

Defined in: src/sdk/navigation/FacilityWeather.ts:63

The dew point, in degrees Celsius.


flightCategory

readonly flightCategory: MetarFlightCategory

Defined in: src/sdk/navigation/FacilityWeather.ts:18

The flight category.


gust?

readonly optional gust: number

Defined in: src/sdk/navigation/FacilityWeather.ts:33

The wind gust, expressed in units defined by windSpeedUnits.


hour

readonly hour: number

Defined in: src/sdk/navigation/FacilityWeather.ts:12

The hour of observation, in UTC time.


icao

readonly icao: string

Defined in: src/sdk/navigation/FacilityWeather.ts:6

The ident of this METAR's airport.


layers

readonly layers: readonly MetarCloudLayer[]

Defined in: src/sdk/navigation/FacilityWeather.ts:54

Cloud layers.


maxWindDir?

readonly optional maxWindDir: number

Defined in: src/sdk/navigation/FacilityWeather.ts:21

The max wind direction, in degrees relative to true north.


metarString

readonly metarString: string

Defined in: src/sdk/navigation/FacilityWeather.ts:81

A formatted string representation of this METAR.


min

readonly min: number

Defined in: src/sdk/navigation/FacilityWeather.ts:15

The minute of observation, in UTC time.


minWindDir?

readonly optional minWindDir: number

Defined in: src/sdk/navigation/FacilityWeather.ts:24

The min wind direction, in degrees relative to true north.


phenomena

readonly phenomena: readonly MetarPhenomenon[]

Defined in: src/sdk/navigation/FacilityWeather.ts:75

Significant weather phenomena.


rmk

readonly rmk: boolean

Defined in: src/sdk/navigation/FacilityWeather.ts:78

Whether this METAR contains remarks.


slp?

readonly optional slp: number

Defined in: src/sdk/navigation/FacilityWeather.ts:72

The estimated sea-level pressure, in hPa.


temp?

readonly optional temp: number

Defined in: src/sdk/navigation/FacilityWeather.ts:60

The temperature, in degrees Celsius.


vertVis?

readonly optional vertVis: number

Defined in: src/sdk/navigation/FacilityWeather.ts:57

The vertical visibility, in hundreds of feet.


vis?

readonly optional vis: number

Defined in: src/sdk/navigation/FacilityWeather.ts:45

The visibility, expressed in units defined by visUnits.


visLt

readonly visLt: boolean

Defined in: src/sdk/navigation/FacilityWeather.ts:51

Whether the observed visibility is less than the reported visibility.


visUnits

readonly visUnits: MetarVisibilityUnits

Defined in: src/sdk/navigation/FacilityWeather.ts:48

The units in which this METAR's visibility is reported.


vrb

readonly vrb: boolean

Defined in: src/sdk/navigation/FacilityWeather.ts:39

Whether winds are variable.


windDir?

readonly optional windDir: number

Defined in: src/sdk/navigation/FacilityWeather.ts:27

The wind direction, in degrees relative to true north.


windSpeed?

readonly optional windSpeed: number

Defined in: src/sdk/navigation/FacilityWeather.ts:30

The wind speed, expressed in units defined by windSpeedUnits.


windSpeedUnits

readonly windSpeedUnits: MetarWindSpeedUnits

Defined in: src/sdk/navigation/FacilityWeather.ts:36

The units in which this METAR's wind speeds are reported.