datarttu / sujuikoDB

Database backend for transit network & observation data.
MIT License
1 stars 1 forks source link

Create `link_on_journey` model and interpolation algorithm #108

Closed datarttu closed 3 years ago

datarttu commented 3 years ago

This PR introduces the data model and manipulation routines for "traversed links" interpolated from observed journeys and their points_on_links. Most of the work was done first in a separate WIP file that was easily testable, and then transferred to relevant schema files. I could tidy up the commits but I don't find it worth the effort - the WIP commit history will describe the development and thinking process quite realistically, I like that approach better.

Closes #95.