missinglink / pbf

utilities for parsing OpenStreetMap PBF files and extracting geographic data
MIT License
21 stars 9 forks source link

fix(xroads): improved deduplication #27

Closed missinglink closed 3 years ago

missinglink commented 3 years ago

this PR implements the solution discussed in https://github.com/missinglink/pbf/issues/25

there's two major changes here:

closes https://github.com/missinglink/pbf/issues/25

as a result of the first change the NY extract went from 402374 lines to 362257 lines, then after the second change it increased to 372407 lines (which is inline with my expectations).

orangejulius commented 3 years ago

Nice!