From c978217114ceaacc2915b93c52e7ee0b147db50d Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Mon, 4 Feb 2019 16:43:32 +0100 Subject: [PATCH 1/3] fix some typos in the readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c950989..0d499ed 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Status](https://travis-ci.org/ad-freiburg/pfaedle.svg?branch=master)](https://tr # pfaedle -Precise map-matching for public transit schedules (GTFS data). +Precise map-matching for public transit schedules [GTFS](https://developers.google.com/transit/gtfs/reference/) data. +Implementation and evaluation code for our paper [Sparse Map-Matching in Public Transit Networks with Turn Restrictions](http://ad-publications.informatik.uni-freiburg.de/SIGSPATIAL_Sparse%20map%20matching%202018.pdf). ## Requirements @@ -58,7 +59,7 @@ $ pfaedle -D -x freiburg-regbez-latest.osm . ## Generating shapes for a specific MOT -To generate shapes only for a specific mot, use the `-m` option. Possible +To generate shapes for a specific mot only, use the `-m` option. Possible values are either `tram`, `bus`, `coach`, `rail`, `subway`, `ferry`, `funicular`, `gondola`, `all` (default) or GTFS vehicle type codes (0, 1, 2, 3, 4, 5, 6, 7). @@ -71,7 +72,7 @@ the `-X` flag, `pfaedle` will filter the input OSM file and output a new OSM file which contains exactly the data needed to calculate the shapes for the input GTFS feed and the input configuration. -This can be used to avoid parsing (for example) the entire world.osm on each +This can be used to avoid parsing (for example) the entire `planet.osm` on each run. ## Debugging @@ -103,7 +104,7 @@ make eval ``` *Notes:* - * this will download, and filter, the entire OSM files for Spain, the + * this will download, and filter, the entire OSM files for Spain and the Stuttgart region. Make sure you have enough space left on your hard drive. * in evaluation mode, pfaedle needs significantly more time, because the calculation of the similarity measurements between shapes are expensive From e00e536bf27b080f2d5cfb922794c827ff08e15a Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Mon, 4 Feb 2019 16:46:14 +0100 Subject: [PATCH 2/3] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d499ed..4294cb9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Status](https://travis-ci.org/ad-freiburg/pfaedle.svg?branch=master)](https://tr # pfaedle -Precise map-matching for public transit schedules [GTFS](https://developers.google.com/transit/gtfs/reference/) data. +Precise map-matching for public transit schedules ([GTFS](https://developers.google.com/transit/gtfs/reference/) data). Implementation and evaluation code for our paper [Sparse Map-Matching in Public Transit Networks with Turn Restrictions](http://ad-publications.informatik.uni-freiburg.de/SIGSPATIAL_Sparse%20map%20matching%202018.pdf). ## Requirements From ff7f8105918d9a4cf92142c46d2ee40c517b712c Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Mon, 4 Feb 2019 16:46:56 +0100 Subject: [PATCH 3/3] be more precise in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4294cb9..c21c924 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Status](https://travis-ci.org/ad-freiburg/pfaedle.svg?branch=master)](https://tr # pfaedle -Precise map-matching for public transit schedules ([GTFS](https://developers.google.com/transit/gtfs/reference/) data). +Precise OpenStreetMap (OSM) map-matching for public transit schedules ([GTFS](https://developers.google.com/transit/gtfs/reference/) data). Implementation and evaluation code for our paper [Sparse Map-Matching in Public Transit Networks with Turn Restrictions](http://ad-publications.informatik.uni-freiburg.de/SIGSPATIAL_Sparse%20map%20matching%202018.pdf). ## Requirements