omniscale / imposm-parser

Deprecated: Python parser for OpenStreetMap data
http://imposm.org/docs/imposm.parser/latest/
Apache License 2.0
133 stars 57 forks source link

parser skips relevant data #16

Closed qwiglydee closed 8 years ago

qwiglydee commented 8 years ago

""" nodes and relations with empty tags will not be returned, but ways will be, since they might be needed for building relations. """ WHY!?

a Way can contain nodes http://wiki.openstreetmap.org/wiki/Way

a Relation can contain nodes http://wiki.openstreetmap.org/wiki/Relation

a Relation can contain other relations http://wiki.openstreetmap.org/wiki/Relation:boundary

bloody hell

olt commented 8 years ago

imposm.parser distinguishes the OSM Nodes between coords and nodes

Also, please be polite here. imposm.parser comes "AS IS" and you can use something else if you don't like the way it works.