A web-scraper for Met Office historical UK weather station data
This is a Python-based web scraper that extracts historical UK weather station data from the Met Office website.
The aim of this project is to automate the collection, processing, formatting, and plotting of data across the UK's 37 historic weather stations to build a picture of how the UK's weather has changed over time and how it varies across the island.
PIP
Create and activate a virtual environment then run following code to install all necessary dependencies:
pip install -r requirements/requirements.txt
Conda
Run the following code to create a miniconda environment with all necessary dependencies installed:
conda env create -f requirements/environment.yml
see LICENSE.md
see CONTRIBUTING.md