Skip to content

Releases: DigitalGeographyLab/r5

r5-v7.1-gp2-5: GP2 API release

11 Sep 12:08
Compare
Choose a tag to compare

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

29 Aug 08:15
Compare
Choose a tag to compare

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

18 Jul 11:39
Compare
Choose a tag to compare

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

02 Apr 11:33
Compare
Choose a tag to compare

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

08 Feb 12:10
Compare
Choose a tag to compare
removed comment

v7.1-gp2

18 Jan 13:19
Compare
Choose a tag to compare

v7.1-gp2

v7.1-dgl

18 Jan 13:20
Compare
Choose a tag to compare

v7.1-dgl

v6.9-post18-g6ac9e459-20231115-GP2

15 Nov 13:57
Compare
Choose a tag to compare
Pre-release
First release with patches for the GreenPath-2 tool

v6.9-post17-g8207701-20230811: 23 roll back jaakkola congestion timings (#24)

11 Aug 14:26
8207701
Compare
Choose a tag to compare
* save shapes of GTFS patterns

* Roll back Jaakkola congestion penalties

v6.9-post16-g1054c1e-20230619

22 Jun 09:57
1054c1e
Compare
Choose a tag to compare
Pre-release
Merge branch 'conveyal:dev' into dev