-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
I'm looking for an efficient (as possible) way to find way
s that contain a given node
. I started by just using a SimpleHandler to walk all of the pbf and make a cache that maps nodes to ways, but can https://github.com/osmcode/pyosmium/blob/master/examples/use_nodecache.py be used to make this more efficient?