Skip to content

Commit

Permalink
Merge 2b7c425 into 67c2269
Browse files Browse the repository at this point in the history
  • Loading branch information
Topi Tjukanov authored Jun 2, 2021
2 parents 67c2269 + 2b7c425 commit 9036a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


# EdPlanning
![tests](https://github.com/GispoCoding/edplanning/workflows/Tests/badge.svg)
[![codecov.io](https://codecov.io/github/GispoCoding/edplanning/coverage.svg?branch=master)](https://codecov.io/github/GispoCoding/edplanning?branch=master)
Expand All @@ -16,7 +17,6 @@ QGIS plugin for analysing school accessibility based on OpenStreetMap data.
Currently, the plugin calculates catchment areas (isochrones) to a specified layer of schools with a selected mode of transport (walking, cycling, driving) and a selected distance in meters or minutes (e.g. 1 kilometer, or 30 minutes of transit).

The plugin employs the [Graphhopper routing backend](https://github.com/graphhopper/graphhopper). Therefore, you must have a Graphhopper instance running, or you may use [a commercial Graphhopper service](https://www.graphhopper.com/). The plugin assumes your Graphhopper config contains at least the following routing profiles:

```
profiles:
- name: hike
Expand All @@ -30,6 +30,8 @@ The plugin employs the [Graphhopper routing backend](https://github.com/graphhop
weighting: fastest
```

See the [graphhopper-docker repository](https://github.com/GispoCoding/graphhopper-docker) for simple instructions on how to set up GraphHopper using Docker. The setup and config stored in that repository works directly with the tool

### Development

Refer to [development](docs/development.md) for developing this QGIS3 plugin.
Expand Down

0 comments on commit 9036a88

Please sign in to comment.