U-Shift / biclar

Strategic cycle network planning tools, evidence and reproducible code
https://u-shift.github.io/biclar/
GNU Affero General Public License v3.0
4 stars 3 forks source link

routing with r5r #25

Closed temospena closed 2 years ago

temospena commented 2 years ago

From our recent findings, a disagregation level of 500 trips might be enough (do not need to go for 200 or 100?) Also, the routing results with r5r, using Minetti algorythm for slopes (use Copernicus with 25m spatial resolution, projected to WGS84), and LTS = 2 proves to bring better results when applying to Lisbon municipality.

image

Nevertheless, the LTS2 and LTS3 does not route in bicycle lanes (not bicycle tracks) when they are in a structural avenue (e.g. Almirante Reis). Some tweaks to code should be made to be more realistic. This is how LTS is being used: https://docs.conveyal.com/learn-more/traffic-stress and https://github.com/conveyal/analysis-backend/blob/v5.9.0/src/main/java/com/conveyal/r5/labeling/LevelOfTrafficStressLabeler.java

Using 2 gtfs files in the r5r folder, with both fluvial operators may also bring up the connections that we want, in that case maybe set a Infinite waiting time when routing.

Next step:

temospena commented 2 years ago

computed with od disagregation of 100 pairs, r5r with Minetti elevation, plust method to get osm tags at segment level for each route.