Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvexel/imposm.parser

A mirror of my BitBucket fork of olt's imposm.parser
https://github.com/mvexel/imposm.parser

Last synced: 24 days ago
JSON representation

A mirror of my BitBucket fork of olt's imposm.parser

Awesome Lists containing this project

README

        

imposm.parser - OpenStreetMap XML/PBF parser for Python
=======================================================

`imposm.parser` is a Python library that parses OpenStreetMap data in [XML](http://wiki.openstreetmap.org/wiki/XML) and [PBF](http://wiki.openstreetmap.org/wiki/PBF_Format) formats.

It has a simple API and it is fast and easy to use. It also works across multiple CPU/cores for extra speed.

It is developed and supported by [Omniscale](http://omniscale.com) and released under the [Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0).

This version is modified to expose more attributes for analysis purposes by Martijn van Exel. PBF support only for now.

Example
-------
See https://github.com/snikhil0/ransm/blob/master/ransm/parse.py

Source and issue tracker
------------------------
Source code and issue tracker are available at https://github.com/mvexel/imposm.parser