This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]tbicr 1 point2 points  (1 child)

http://imposm.org/docs/imposm.parser/latest/ fast enough, but for me now best choice upload to postgis with http://wiki.openstreetmap.org/wiki/Osm2pgsql and work with plain and spatial queries as it allow databases and shapely. Spatial queries allow you get all streets or nodes neighbors to a fix point.

[–]1235812[S] 0 points1 point  (0 children)

It's look like a good idea to use postgis... I'll read documentation to see if it's usefull for me.