The purpose of this dashboard is to visualize livestock population data from:
- ETH CSA Livestock Reports
- Population data for
- Cattle
- Sheep
- Goats
- Camels
- Poultry
- Dairy Cows
- Milking Cows
- Mules
- Donkeys
- Horses
- Population data for
- Ensure you have requirements.txt installed
- Run python index.py
├─requirements.txt
├─index.py
├─utils/
│ ├─get_data.py
│ ├─newS3TicketLib.py
│ ├─rds_functions.py
│ ├─secure_rds.py
│ └─api_helpers.py
├─assets/
│ ├─GBADs-LOGO-Black-sm.png
│ └─eth_admbnda_adm1_csa_bofedb_2021.geojson
├─README.md
├─layouts/
│ ├─metadata_tab.py
│ ├─map_tab.py
│ ├─layout.py
│ ├─styling.py
│ ├─data_tab.py
│ ├─comments_section.py
│ ├─graph_helpers.py
│ └─graph_tab.py
├─app.py
└─data/
├─csa.csv - total population data for all species for all regions from 2003 to 2020
├─cattle.csv - detailed population data for cattle for all regions from 2003 to 2020
├─camels.csv - detailed population data for camels for all regions from 2003 to 2020
└─poultry - detailed population data for poultry for all regions from 2003 to 2020
The contents of each tab is in the layouts/ dir.