Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarelgibson/farnham-food
An exploration of food establishments in Farnham, Surrey, using geospatial analysis techniques.
https://github.com/clarelgibson/farnham-food
Last synced: about 1 month ago
JSON representation
An exploration of food establishments in Farnham, Surrey, using geospatial analysis techniques.
- Host: GitHub
- URL: https://github.com/clarelgibson/farnham-food
- Owner: clarelgibson
- License: cc0-1.0
- Created: 2023-08-02T07:46:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T18:06:14.000Z (over 1 year ago)
- Last Synced: 2023-08-08T19:47:01.964Z (over 1 year ago)
- Language: HTML
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Farnham Food
An exploration of food establishments in Waverley, Surrey, using geospatial analysis techniques.## Description
This project sets out to explore food hygiene ratings in Farnham and the wider borough of Waverley in Surrey, UK. The UK [Food Standards Agency](https://www.food.gov.uk) publishes [full ratings data](https://ratings.food.gov.uk) for every local authority in England and Wales. An explainer on the UK's Food Hygiene Rating Scheme can be found [here](https://www.food.gov.uk/safety-hygiene/food-hygiene-rating-scheme).## Getting started
### Data
* The source data used for this project can be downloaded [here](https://drive.google.com/file/d/1u6Qu3k99K0SbU-35ohsdppoV7PKm3bRY/view?usp=share_link). The original source of the data is the UK FSA, and can be downloaded [here](https://ratings.food.gov.uk/OpenDataFiles/FHRS314en-GB.xml). If downloading from source be aware that the data may idffer from that used in this project since the ratings are refreshed on a daily basis.
* In addition, this project makes use of the [Local Authority Districts (May 2023) Boundaries UK BFC](https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-may-2023-boundaries-uk-bfc/) shapefile.Note that some of the establishments in the dataset have no location data because they are run from a private address. These establishments have been excluded from my analysis.
### Packages
This project employs `renv` to manage package versions.### Data Profiling
My exploratory analysis and profiling of the source data can be found [here](https://rpubs.com/SurreyDataGirl/farnham-food).## Author
- [Clare Gibson](https://www.surreydatagirl.com) - [[email protected]](mailto:surreydatagirl.com)## Licence
This project is licensed under the CC0 1.0 Universal licence. See the [LICENSE](./LICENSE) file for details.## Acknowledgements
- [This article](https://urbandatapalette.com/post/2021-03-xml-dataframe-r/) was a tremendous help when converting the XML data to an R dataframe.
- [Waffle Charts](https://www.vizwiz.com/2019/09/waffle-chart.html)