RUFAS.biophysical.manure.storage.composting_type module#

class RUFAS.biophysical.manure.storage.composting_type.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'#