Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

1.2.0

Choose a tag to compare

@bdferris bdferris released this 26 Sep 20:37
· 282 commits to master since this release

Original release on 2009-02-27:

  • GetTimeInterpolatedStops uses polyline connecting stops instead of straight-line between timepoints. (Thanks to William Lachance)
  • slightly stricter time format validation. minutes and second must start with 0-5 instead of any digit (Thanks to Clancy Childs)
  • add crash handler to merge.py
  • protect crash handler from objects that crash when you try to convert them to a string
  • Modify shape_importer to parse shapefiles with polylines between stops instead of for entire trips (Thanks to Dennis Lee)
  • Support for arbitrary columns in routes.txt, trips.txt
  • ScheduleViewer tweaks:
    • lat/lng in the station bubble (Thanks to Dennis Lee)
    • trip_id search box, issue #96 (Thanks to Clancy Childs)
  • Fix for
    • Issue #67 (and duplicates): bad date format causes feedvalidator crash
    • Issue #136 (half of it): zip files written are now compressed
    • Issue #110: Check that times are in order of sequences in stop_times (Thanks to Clancy Childs)
    • Issue #112: Warn about unexpected file names in feed (Thanks to Clancy Childs)
    • Issue #119: Warn about unexpected subdirectories in feed (Thanks to Clancy Childs)
    • Issue #113: Don't raise a RuntimeError for new location_type (Thanks to Clancy Childs)