Types

The different classes in this module are defining types that can be added to the Metadata object.

Note

The different types are very simple classes and are just present to formalize metadata types. If you need new type, you are free to implement it.

Coords(lat, long)

Defines geographic coordinates

Sensor(id, name)

Defines a sensor

Unit(name, symbol, data_type)

Defines a physical unit of measurement, like Celsius.