IGNF / route-graph-generator

Script collection used to generate routing data for Road2 (https://github.com/IGNF/road2)
https://ignf.github.io/route-graph-generator/
GNU General Public License v3.0
7 stars 3 forks source link

feat(valhalla): increase isochrone limits in valhalla config #77

Closed azarz closed 3 months ago

azarz commented 3 months ago

The default values for isochrone contours in valhalla are 2 hours and 200 km. In order to compute the same isochrones in valhalla that we did in pgRouting, we need to increase this limit.

Once this is done, there will be no further need for isochrones in pgRouting, and we could deactivate them in our webservices if needed in case of big sollicitations.

github-actions[bot] commented 3 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1051 402 38% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
r2gg/about.py 100% 🟢
r2gg/_main.py 29% 🟢
TOTAL 65% 🟢

updated for commit: 75321a9 by action🐍

azarz commented 3 months ago

could you update the version ? ^^

Done ! ;)