Skip to content

Commit

Permalink
add link to precalculated results
Browse files Browse the repository at this point in the history
  • Loading branch information
Excape committed Jun 14, 2018
1 parent c049f50 commit c6f576b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This manual describes how to run the complete web application for public transpo
* [Docker Compose](https://docs.docker.com/compose/install/)
* ogr2ogr from [GDAL](http://www.gdal.org/ogr2ogr.html)
* Public transport quality grades as a set of GeoJSON files generated with [oevgk18-generator](https://github.com/public-transport-quality-grades/oevgk18-generator)
* If you want to use existing data, see the release page of [oevgk18-generator](https://github.com/public-transport-quality-grades/oevgk18-generator/releases) to download a precalculated set of public transport quality gradings.

## Preparation

Expand All @@ -26,7 +27,9 @@ Oev_Gueteklassen_ARE.geojson Oev_Gueteklassen_ARE.shp -lco RFC7946=YES

## Setup

1) Copy the result data from the [oevgk18-generator](https://github.com/public-transport-quality-grades/oevgk18-generator) to `generator-results/`. The directory should look something like this:
1) Copy the result data from the [oevgk18-generator](https://github.com/public-transport-quality-grades/oevgk18-generator) to `generator-results/`.

The directory should look something like this:

```bash
$ ll generator-results
Expand Down

0 comments on commit c6f576b

Please sign in to comment.