RUFAS.routines.manure.manure_treatments.manure_treatment_types module#
- class RUFAS.routines.manure.manure_treatments.manure_treatment_types.ManureTreatmentType(*values)#
Bases:
Enum
Enumerates the different types of manure treatments.
Attributes#
- SLURRY_STORAGE_UNDERFLOORstr
Slurry storage underfloor.
- SLURRY_STORAGE_OUTDOORstr
Slurry storage outdoor.
- ANAEROBIC_LAGOONstr
Anaerobic lagoon.
- ANAEROBIC_DIGESTIONstr
Anaerobic digestion.
- ANAEROBIC_DIGESTION_AND_LAGOONstr
Anaerobic digestion and lagoon.
- ANAEROBIC_DIGESTION_AND_LAGOON_WITH_SEPARATORstr
Anaerobic digestion and lagoon with separator.
- COMPOSTINGstr
Composting.
- COMPOST_BEDDED_PACK_BARNstr
Compost bedded pack barn.
- OPEN_LOTSstr
Open lots.
- SEPARATED_SOLIDS_STORAGEstr
Separated solids storage.
- SLURRY_STORAGE_UNDERFLOOR = 'slurry storage underfloor'#
- SLURRY_STORAGE_OUTDOOR = 'slurry storage outdoor'#
- ANAEROBIC_LAGOON = 'anaerobic lagoon'#
- ANAEROBIC_DIGESTION = 'anaerobic digestion'#
- ANAEROBIC_DIGESTION_AND_LAGOON = 'anaerobic digestion and lagoon'#
- ANAEROBIC_DIGESTION_AND_LAGOON_WITH_SEPARATOR = 'anaerobic digestion and lagoon with separator'#
- COMPOSTING = 'composting'#
- COMPOST_BEDDED_PACK_BARN = 'compost bedded pack barn'#
- OPEN_LOTS = 'open lots'#
- SEPARATED_SOLIDS_STORAGE = 'separated solids storage'#