RUFAS.routines.manure.manure_treatments.composting_types module#
- class RUFAS.routines.manure.manure_treatments.composting_types.CompostingType(*values)#
Bases:
Enum
This is an Enum class that represents different types of composting.
Attribute#
- INTENSIVE_WINDROWstr
Intensive windrow.
- PASSIVE_WINDROWstr
Passive windrow.
- STATIC_PILE: str
Static pile.
- INTENSIVE_WINDROW = 'intensive windrow'#
- PASSIVE_WINDROW = 'passive windrow'#
- STATIC_PILE = 'static pile'#