Measurements

class historical_obs_sqlalchemy.Measurement(parameter, value, unit=None)
observation

The observation containing the measurement.

parameter

The parameter being measured.

unit

The unit being represented by the value.

value

A float representing a units value.