Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.05 KB

Scottish Walks

Webapp to view walks in Scotland and allow filtering based on user preferences such as duration, total elevation, and number of Munros climbed. Data from walkhighlands.co.uk.

The motivation for this project is that no current website allows for multiple user filters at once. This is a simple, user-friendly approach that allows users to view walks across the country or a specific area, and filter based on a number of individual preferences.


Example images

Dashboard view with all walks

Map

Filtered walks

Filtering

GPS on-click

GPS


Installation

The package has been made using Poetry, and can be installed via:

$ git clone https://github.com/Acusick1/ScottishWalks
$ poetry install

Or, without Poetry:

$ pip -m install .