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

fix(road2config): default value for pop to avoid exception #51

Closed jmkerloch closed 1 year ago

jmkerloch commented 1 year ago

When creating road2config, some attributes are removed with pop. Theses attributes are not needed for road2 and should not raise an exception if not defined in the input .json

github-actions[bot] commented 1 year ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1016 377 37% 0% 🟢

New Files

No new covered files...

Modified Files

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

updated for commit: 6c05c8e by action🐍