Skip to content

Releases: Gabboxl/gtfs-osm-import

Release 1.2.1

17 Sep 00:32
bb0aea6
Compare
Choose a tag to compare

Changelog

  • Better comparing of trip's stops list based on natural ordering instead of relying on the stop sequence code.
  • Correctly handle missing feed_info.txt GTFS file. #42 (thanks to @laurentriffard!)
  • GTFS Parser: accept empty wheelchair_boarding values. #41 (thanks to @laurentriffard!)
  • Sanitize BOM from files that have it (thanks to @laurentriffard!)
  • Updated dependencies

Full Changelog: 1.2.0...1.2.1

Release 1.2.0

10 Jun 21:27
6e38ba2
Compare
Choose a tag to compare

Changelog

  • Major refactor of the stops-matching system
  • Added name-matching system for bus stops
  • Added support for the following PTv2 roles: "stop_exit_only", "stop_entry_only", "platform_exit_only", "platform_entry_only"
  • Many null exception fixes
  • Text output fixes
  • Updated dependencies

Release 1.1.0

08 Jun 22:35
b4f2de4
Compare
Choose a tag to compare

Changelog

  • New GTFS data parsing system using regex
  • Many possible null exceptions fixed

Release 1.0.0

15 Mar 13:53
f04f021
Compare
Choose a tag to compare

First public release!

Check the README.md file for how-to-use instructions!