Skip to content

Tags: DigitalGeographyLab/r5

Tags

v7.4-dgl

Toggle v7.4-dgl's commit message

Verified

This commit was signed with the committer’s verified signature.
christophfink Christoph Fink
revert push rules

v7.4

Toggle v7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request conveyal#966 from conveyal/dev to prep for release

v7.4-rc.4

Toggle v7.4-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request conveyal#964 from conveyal/temporal-csv

TemporalDensityCSV: Re-use dual access calculations and allow multiple thresholds

v7.4-rc.3

Toggle v7.4-rc.3's commit message
Rename method and fix comment

v7.4-rc.2

Toggle v7.4-rc.2's commit message
Validate `dualAccessThresholds` before using

When we generate results with temporal densities (either CSV or grid) we now require `dualAccessThresholds` to be set. This change adds a validation method (similar to cutoffs and percentiles) and calls that method when creating a regional analysis.

Additionally, this moves the `SemVer` check to only allow r5 > v7.4 when using `includeTemporalDensity`. Otherwise, the old `dualAccessiblityThreshold` values required by old worker versions will be silently ignored.

v7.4-rc.1

Toggle v7.4-rc.1's commit message
Remove default initialization and add precondition

v7.3

Toggle v7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request conveyal#948 from conveyal/dev

v7.3 Release

v7.1-gp2-5

Toggle v7.1-gp2-5's commit message
added possibility to reset basetraveltimes for the custom costs, as n…

…eeded by the Green Paths 2.0 API

v7.1-gp2-4

Toggle v7.1-gp2-4's commit message
changed the osmids to be ints instead of long to save memory, also ch…

…anged the logic of creating the osmids in Green Paths 2.0 code, to not to produce too large/long integers for native int

v7.1-gp2-3

Toggle v7.1-gp2-3's commit message
GP2 with precalculations