RUFAS.data_structures.tillage_implements module#
- class RUFAS.data_structures.tillage_implements.TillageImplement(*values)#
Bases:
Enum
Defines the supported tillage implements for RuFaS.
Attributes#
- SUBSOILERstr
Subsoiler.
- MOLDBOARD_PLOWstr
Moldboard plow.
- COULTER_CHISEL_PLOWstr
Coulter-chisel plow.
- DISK_HARROWstr
Disk harrow.
- CULTIVATORstr
Cultivator.
- SEEDBED_CONDITIONERstr
Seedbed conditioner.
- SUBSOILER = 'subsoiler'#
- MOLDBOARD_PLOW = 'moldboard-plow'#
- COULTER_CHISEL_PLOW = 'coulter-chisel-plow'#
- DISK_HARROW = 'disk-harrow'#
- CULTIVATOR = 'cultivator'#
- SEEDBED_CONDITIONER = 'seedbed-conditioner'#