DATA_CODING_FORMAT
- class s100py.s100.DATA_CODING_FORMAT(*values)
Bases:
EnumSphinx 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),

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