From 506d6fe2b9991c28459085f43c4391c11f23535e Mon Sep 17 00:00:00 2001 From: Lara CODECA Date: Tue, 8 Jan 2019 15:17:37 +0100 Subject: [PATCH] fixed some mistakes in comments, bad copy-paste --- tools/static/scripts/parkings.in.aoi.py | 2 +- tools/static/scripts/parkings.osm2sumo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/static/scripts/parkings.in.aoi.py b/tools/static/scripts/parkings.in.aoi.py index 71c3e40..4cd2d7a 100644 --- a/tools/static/scripts/parkings.in.aoi.py +++ b/tools/static/scripts/parkings.in.aoi.py @@ -94,7 +94,7 @@ def _load_parkings(self, filename): def _main(): - """ Extract STOPS and LINES from OSM public transports and a SUMO network. """ + """ Extract Parking Lots from a SUMO TAZ. """ args = _args() parkings = ParkingFilter(args.tazfile, args.parkingsfile) diff --git a/tools/static/scripts/parkings.osm2sumo.py b/tools/static/scripts/parkings.osm2sumo.py index b18a8ef..3d1a80b 100644 --- a/tools/static/scripts/parkings.osm2sumo.py +++ b/tools/static/scripts/parkings.osm2sumo.py @@ -468,7 +468,7 @@ def _save_parkings_no_rerouters(self, prefix): def _main(): - """ Extract STOPS and LINES from OSM public transports and a SUMO network. """ + """ Extract Parking Lots from OSM and import them in a SUMO network. """ args = _args() logging.info('Loading from %s..', args.osmstruct) osm = _read_from_pickle(args.osmstruct)