Skip to content

Releases: mapnificent/mapnificent_generator

v0.0.6

14 Mar 09:53

Choose a tag to compare

Improved detection of GTFS files in nested zip dir.

v0.0.5

17 Aug 17:15

Choose a tag to compare

  • Uses uint32 for unsigned integer protobuffer values to avoid bug with negative values
  • Only use fall back stop sequence triphash calculation when trip direction is missing AND headsign is empty

v0.0.4

14 Jul 14:50

Choose a tag to compare

If direction_id on trip is not present, fall back to using stop sequence to identify route sequence.

v0.0.3

03 Apr 12:16

Choose a tag to compare

  • Fixes nasty bug where stations would be identified as the same when they are not (because of randomized go iteration over maps)
  • Upgraded protobuf implementation
  • Targets Go 1.10.1

v0.0.2

18 Sep 10:43

Choose a tag to compare

Includes frequency estimation based on frequency.txt

v0.0.1

25 Aug 15:21

Choose a tag to compare

Very first release of the mapnificent generator. Code is still a mess, but can deal with all GTFS files in the repo so far.