ipeaGIT / r5r

https://ipeagit.github.io/r5r/
Other
178 stars 27 forks source link

`street_network_to_sf()` produces weird artefacts on the periphery of the street network #173

Closed mvpsaraiva closed 3 years ago

mvpsaraiva commented 3 years ago

R5 creates additional street edges linking transit stops to existing streets. This creates a weird pattern on the edges of the sample dataset, because the provided GTFS covers a larger area than the street network pbf:

Screenshot 2021-05-21 at 08 04 00

I've fixed this by removing those extra links from the results of street_network_to_sf():

Screenshot 2021-05-21 at 08 06 41
mvpsaraiva commented 3 years ago

Adding this issue just for reference. Closed by ba0816f0e05a157c209466c9cde1195f183d6b41

rafapereirabr commented 3 years ago

Thanks, Marcus! I just added this update to our NEWS.md file