Skip to content

Commit

Permalink
fixed some mistakes in comments, bad copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara CODECA committed Jan 8, 2019
1 parent f347f42 commit 506d6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/static/scripts/parkings.in.aoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tools/static/scripts/parkings.osm2sumo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 506d6fe

Please sign in to comment.