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

2.2.4: change(pivot2pgr): do not use clean_graph() procedure #75

Closed azarz closed 3 months ago

azarz commented 4 months ago

Using a SQL query instead of the clean_graph() procedure in the pivot2pgr script seems to be more efficient. The SQL query does the same thing as the procedure, and is slightly different due to the difference between syntaxes.

github-actions[bot] commented 4 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

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

New Files

No new covered files...

Modified Files

File Coverage Status
r2gg/about.py 100% 🟢
r2gg/_pivot_to_pgr.py 4% 🟢
TOTAL 52% 🟢

updated for commit: 008a5e3 by action🐍