Map the public data case rate data at coronavirus.gov.uk including a Lancashire and South Cumbria inset map.
environment setup originally from https://github.com/MichaelAllen1966/2010_geopandas
(Note: This may take a while to start if it has not been used for a while)
Alternatively, to get the same libraries and versions I am using then you may recreate the environment. To create and activate the geopandas environment used:
To create environment. Navigate to the binder folder.
conda env create -f environment.yml
To activate environment:
conda activate geopandas
To deactivate:
conda deactivate
To update environment (from updated yml file):
conda env update --prefix ./env --file environment.yml --prune
To remove the environemnt:
conda env remove -n geopandas