API Docs for: 0.0.1
Show:

Meteo Class

Defined in: lib/meteo.js:28
Module: niviz

Meteorological Data.

Constructor

Meteo

()

Defined in lib/meteo.js:28

Item Index

Methods

Properties

Methods

celsius

(
  • value
)
Number static

Defined in lib/meteo.js:153

Convert Kelvin to Celsius.

Parameters:

  • value Number

    A temperature in degrees Kelvin

Returns:

Number:

degrees Celsius

getconfig

(
  • parameter
  • parameters
  • groups
)
Object

Defined in lib/meteo.js:251

Get the configuration for a specific meteo parameter by going through both the parameter groups and individual parameter configurations. Return an object with all necessary properties to graph a meteo parameter / group.

Parameters: