UrbanAnalyst / dodgr

Distances on Directed Graphs in R
https://urbananalyst.github.io/dodgr/
127 stars 16 forks source link

access restrictions #159

Closed mpadge closed 3 years ago

mpadge commented 3 years ago

The importance of heeding these was emphasised by Frederick Ramm in his State of the Map 2021 talk. Currently not honoured in dodgr, but relatively easy to incorporate. Best way is probably just to capture all access tags as well as potentially additional ones like vehicle and the full list shown on the access page.


Edit: This first requires this osmdata feature to be implemented.

mpadge commented 3 years ago

osmdata now has new add_osm_features() function to enable multiple tags to be extracted in a single query, so this issue can now proceed.

mpadge commented 3 years ago

Now mostly done, and documented in updated weight_streetnet docs. Just have to provide an example to finish