Skip to content

v0.7.0

Choose a tag to compare

@chtitux chtitux released this 21 Apr 02:17
· 11 commits to main since this release
  • Add buildGraph(tripIds) method and Graph / EdgeTrip / EdgeData types. Builds a directed stop-to-stop graph from the given trips, with each deduplicated edge carrying the list of originating trips (plus route_id and direction_id). Handles non-contiguous stop_sequence values via LEAD(). Helpers edgeCount() and edges() are also exported.