Skip to content

Releases: matsim-org/pt2matsim

pt2matsim 19.4

03 May 06:30
Compare
Choose a tag to compare

Improved Osm2TransitSchedule #86 @davibicudo

pt2matsim 19.2

07 Mar 09:51
Compare
Choose a tag to compare

Network cleanup improved: Cleaned subnetworks are created separately and combined to one network, new config parameters (RoutableSubnetwork) have been added #80 (#81, #82, #83)

pt2matsim 19.1

30 Jan 15:11
Compare
Choose a tag to compare

Improved OSM conversion #77

  • consider :forward and :backward
  • maxspeed supports values in kph (default), mph, knots, special values 'none' and 'walk',
  • removed the config option "guessFreeSpeed"
  • lanes calculation respects bus, psv,.. lanes. Fixed lanes calculation on bidirectional ways
  • unit tests and a new .osm file with test streets
  • bugfixes #78, #79

pt2matsim 18.12

17 Dec 07:59
Compare
Choose a tag to compare

Deploy pt2matsim-sources.jar

pt2matsim 18.10

02 Nov 10:34
Compare
Choose a tag to compare

Faster mapping and improved parallelization #68
OSM converter creates consistent car networks #69
Made compatible with Java 9+ #65

Bugfixes:
Remove minimal transfer times of removed stops #63 (ScheduleCleaner)
Catch exceptions for transit routes withouth links #70 (ScheduleTools)
Fix routing exception #71 (PTMapper)
Fixing link length to at least 1.0 #72 (OsmMultiModalNetworkConverter)
Empty transportModeAssignment creates artificial loop links #73 (LinkCandidateCreator)

pt2matsim 18.7

03 Aug 11:02
Compare
Choose a tag to compare

Fix GTFS converter for not-quite-perfect feeds #62
Added method to write modified transfers.txt

pt2matsim 18.5

01 Jun 07:31
Compare
Choose a tag to compare

PlausibilityCheck creates geojson files as output #59
GtfsConverter creates default vehicles by (extended) route type using the same values as HafasConverter #60

pt2matsim 18.4

01 May 07:45
Compare
Choose a tag to compare

Moved to MATSim 0.10.0
Update to TransitScheduleV2
MinimalTransferTimes are converted from HAFAS (#46 ) or GTFS (#57 )
HAFAS converter allows to specify date (instead of busiest day only) (#53)

converted HAFAS route profiles #56
fix "freespeedBasedOnSchedule" for first links #45
sanitize some gtfs feed input
refactored child stop facility string id creation

pt2matsim 18.3 (MATSim 0.9.0)

03 Apr 09:57
Compare
Choose a tag to compare

gtfs converter combines transit routes with identical stop and departure time sequence #42
gtfs can handle zip files by unpacking
added gtfs tests
fixed bugs

This is the last release version depending on MATSim 0.9.0

pt2matsim 18.2

14 Feb 19:20
Compare
Choose a tag to compare

GTFS stop coordinates are transformed correctly
Handle unknown HAFAS vehicle types #35
Fix encoding issues with HAFAS converter #33