opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.18k stars 1.02k forks source link

Remove TravelTime API #5890

Closed t2gran closed 3 months ago

t2gran commented 4 months ago

Summary

The Travel Time (Sandbox) feature is removed. There are no resources to maintain this and the current/first implementation of this has its limitations.

Issue

Close #4880

Unit tests

The feature is removed, there was not tests.

Documentation

Doc is updated.

Changelog

Bumping the serialization version id

🟥 No changes

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.31%. Comparing base (d6d5534) to head (40af8ab).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-2.x #5890 +/- ## ============================================= + Coverage 68.62% 69.31% +0.69% + Complexity 16825 16819 -6 ============================================= Files 1927 1910 -17 Lines 72930 72181 -749 Branches 7475 7338 -137 ============================================= - Hits 50045 50035 -10 + Misses 20312 19573 -739 Partials 2573 2573 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vpaturet commented 4 months ago

@t2gran could you fix the conflict?