Documentation
¶
Overview ¶
Package fmi fetches latest weather observations for a given place using FMI's open API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FeelsLike ¶
FeelsLike calculates FMI's "feel like" temperature For reference see, https://github.com/fmidev/smartmet-library-newbase/blob/0da9473163883089c35a4c7267ba4c8a8bb3e14f/newbase/NFmiMetMath.cpp#L418 https://tietopyynto.fi/tietopyynto/ilmatieteen-laitoksen-kayttama-tuntuu-kuin-laskentakaava/
func Humidex ¶
Humidex calculates the humidity index given air temperature t (degC) and dew point (degC) td. For reference, see https://en.wikipedia.org/wiki/Humidex
func SummerSimmer ¶
SummerSimmer calculates the Summer Simmer index For reference see, https://github.com/fmidev/smartmet-library-newbase/blob/0da9473163883089c35a4c7267ba4c8a8bb3e14f/newbase/NFmiMetMath.cpp#L335 http://www.summersimmer.com/home.htm
func WindChill ¶
WindChill calculates the wind chill effect given air temperature t (degC) and wind speed v (m/s) using a Canadian formula. The calculation works for air temperatures at or below 10C and wind speeds above 0.4 m/s. For reference see, https://fi.m.wikipedia.org/wiki/Pakkasen_purevuus#Uusi_kaava
func WindChillFMI ¶
WindChillFmi calculates wind chill with FMI's formula For reference see, https://github.com/fmidev/smartmet-library-newbase/blob/0da9473163883089c35a4c7267ba4c8a8bb3e14f/newbase/NFmiMetMath.cpp#L380 https://tietopyynto.fi/tietopyynto/ilmatieteen-laitoksen-kayttama-tuntuu-kuin-laskentakaava/
Types ¶
This section is empty.