A Streamlit app to calculate available grazing days based on forage availability, paddock details, and herd composition.
- Paddock Details: Input paddock area, forage availability, and desired residual dry matter.
- Cattle Management: Add and manage cattle herd details, including animal categories and productivity levels.
- Sheep Management: Add and manage sheep flock details, including animal classes and dry sheep equivalents (DSE).
- Goat Management: Add and manage goat herd details, including weight-based adjustments for DSE.
- Results and Visualization: View total animal equivalents (AE), DSE, daily feed demand, and estimated grazing days. Includes a feed budget visualization chart.
-
Install the requirements:
$ pip install -r requirements.txt
-
Run the app:
$ streamlit run streamlit_app.py
-
Open the app in your browser at
http://localhost:8501
.
- Navigate to the Paddock Details tab to input paddock and forage information.
- Add your herd details in the Cattle, Sheep, and Goats tabs.
- View the grazing budget results in the Results tab, including estimated grazing days and a feed budget visualization.
- The app uses standard intake values based on Animal Equivalents (AE) and Dry Sheep Equivalents (DSE).
- Regular monitoring is recommended to adjust grazing plans as needed.
Forage Budget Calculator | v1.1