Releases: DigitalGeographyLab/r5
r5-v7.1-gp2-5: GP2 API release
added possibility to empty "actualTravelTimes" from the custom cost network (custom cost items), as the Green Paths 2.0 API needs that for looping the networks.
Osm ids to ints
The osmids (created in Green Paths 2.0) used to be floats, but the logic of creating the osmids was changed so that the numbers are smaller so they fit to native int, so the types were changed to int, to save memory.
v7.1-gp2-3: precalculations
This version support pre-calculating custom cost edge values. The previous version is calculating the edge costs during routing, so this version is faster with more massive routings. It still supports also the during routing calculations if certain values are not set.
v7.1-gp2-2
gp2 release with addition to getting the real osmids from tag 'gp2_osm_id', previously was using temporally generated osm_id's done in the r5 code when adding the edges and processing them
v7.1-gp2-1
removed comment
v7.1-gp2
v7.1-gp2
v7.1-dgl
v7.1-dgl
v6.9-post18-g6ac9e459-20231115-GP2
First release with patches for the GreenPath-2 tool
v6.9-post17-g8207701-20230811: 23 roll back jaakkola congestion timings (#24)
* save shapes of GTFS patterns * Roll back Jaakkola congestion penalties
v6.9-post16-g1054c1e-20230619
Merge branch 'conveyal:dev' into dev