Skip to content

Mapkin/osmqa-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

osmqa-parser

An imposm parser for OSM QA tiles. osmqa-parser was written for use with tile-reduce-py and osmgraph.

Usage

The parser should be used with an imposm importer such as the one found in osmgraph.

Data Model Caveats

OSM QA tiles are delivered as Mapbox Vector Tiles. It is impossible to exactly reconstruct the original OSM data from a vector tile.

Because ways in a QA tile contain a coordinate sequence instead of a node sequence, we can't distinguish different nodes that have the same tile coordinate. osmqa-parser assigns unique node IDs based on tile coordinate. As a result, it's possible we introduce false intersections which arise when two ways have different nodes that have the same coordinates. Also, different nodes that fall on the same tile coordinate will have identical node IDs, which usually means their tags are merged together as one.

Goes Great With

See Also

About

Parse OSM QA tiles using imposm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages