Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.09 KB

Met Office Historical Weather Scraper

A web-scraper for Met Office historical UK weather station data

  image

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.

Dependencies

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

License

see LICENSE.md

Contributing

see CONTRIBUTING.md