Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarelgibson/uk-recycling
Do councils who employ a kerbside sort system achieve higher recycling rates than those who employ the co-mingled system?
https://github.com/clarelgibson/uk-recycling
Last synced: about 1 month ago
JSON representation
Do councils who employ a kerbside sort system achieve higher recycling rates than those who employ the co-mingled system?
- Host: GitHub
- URL: https://github.com/clarelgibson/uk-recycling
- Owner: clarelgibson
- License: cc0-1.0
- Created: 2023-11-01T09:18:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T19:58:50.000Z (3 months ago)
- Last Synced: 2024-09-17T01:17:24.949Z (3 months ago)
- Language: HTML
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UK Recycling
Do councils who employ a kerbside sort system achieve higher recycling rates than those who employ the co-mingled system?## Description
This project will explore the answer to the question above. Kerbside sort recycling systems place a high burden on the householder to sort and store their waste in up to seven bins, but does this system achieve higher recycling rates than the alternative, co-mingled system, where all recyclable waste is put into a single bin and sorted off-site?## Getting started
### Data
- [Local Authority Districts (Dec 2021) Names and Codes in the UK](https://geoportal.statistics.gov.uk/documents/local-authority-districts-december-2021-names-and-codes-in-the-united-kingdom-1/about) (Source: [ONS Open Geography Portal](https://geoportal.statistics.gov.uk))
- [Local Authority District to Combined Authority (December 2021) Lookup in England v2](https://geoportal.statistics.gov.uk/documents/local-authority-district-to-combined-authority-december-2021-lookup-in-england-v2-1/about) (Source: [ONS Open Geography Portal](https://geoportal.statistics.gov.uk))
- [Local Authority District to Country (April 2021) lookup in the UK](https://geoportal.statistics.gov.uk/datasets/ons::local-authority-district-to-country-april-2021-lookup-in-the-united-kingdom-1/explore) (Source: [ONS Open Geography Portal](https://geoportal.statistics.gov.uk))
- [Local Authority District to Region (April 2021) Lookup in England](https://geoportal.statistics.gov.uk/datasets/ons::local-authority-district-to-region-april-2021-lookup-in-england-1/explore) (Source: [ONS Open Geography Portal](https://geoportal.statistics.gov.uk))
- [Local Authority Districts (December 2021) GB BFE](https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-december-2021-gb-bfe-1/explore?location=53.692425%2C-1.369013%2C6.83) (Source: [ONS Open Geography Portal](https://geoportal.statistics.gov.uk))
- [Mid-2021 edition Estimates of the population for the UK, England, Wales, Scotland and Northern Ireland](https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationestimatesforukenglandandwalesscotlandandnorthernireland) (Source: [ONS](https://www.ons.gov.uk))
- [Local authority collected waste management - annual results](https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1144270/LA_and_Regional_Spreadsheet_202122.xlsx) (Source: [DEFRA WasteDataFlow](https://www.wastedataflow.org))### Packages
This project uses `renv` for package management. To set up the packages needed for this project run the following code in the console:```r
install.packages("renv")
renv::init()
```## Author
- [Clare Gibson](https://www.datatranslator.co.uk) - [[email protected]](mailto:[email protected])## Licence
This project is licensed under the CC0 1.0 Universal licence. See the [LICENSE](./LICENSE) file for details.## Acknowledgements
- List any reference material used in this project.