DATA_CODING_FORMAT

class s100py.s100.DATA_CODING_FORMAT(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: 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),
('Fixed stations - stationwise', 8),
('Feature oriented regular grid', 9),
Inheritance diagram of DATA_CODING_FORMAT

Attributes Summary

TIN

featureOrientedRegularGrid

fixedStations

irregularGrid

movingPlatform

regularGrid

stationwiseFixed

ungeorectifiedGrid

variableCellSize

Attributes Documentation

TIN = 7
featureOrientedRegularGrid = 9
fixedStations = 1
irregularGrid = 5
movingPlatform = 4
regularGrid = 2
stationwiseFixed = 8
ungeorectifiedGrid = 3
variableCellSize = 6