DATA_CODING_FORMAT

class s100py.s100.DATA_CODING_FORMAT(value)

Bases: enum.Enum

Sphinx is not interpreting the enum names properly when there are spaces. The correct enum names with spaces are:

('Time series at fixed stations', 1),
('Regularly-gridded arrays', 2),
('Ungeorectified gridded arrays', 3),
('Moving platform', 4),
('Irregular grid', 5),
('Variable cell size', 6),
('TIN', 7),
Inheritance diagram of DATA_CODING_FORMAT

Attributes Summary

TIN

Attributes Documentation

TIN = 7