Skip to content

Releases: Gabboxl/gtfs-osm-import

Release 1.3.0

27 Dec 22:44
1.3.0
7e7b14a
Compare
Choose a tag to compare

Changelog

  • Switch to api.openstreetmap.org API host by @danieldegroot2 in #46
  • Better map matching for stop names with accents
  • Fix config file loading problems with UTF-8 encoding
  • Add S keystroke to skip stops in review GUI
  • Updated to GraphHopper Map Matching to version 9.1
  • Minor code refactorings
  • Updated dependencies

Full Changelog: 1.2.1...1.3.0

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!