Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mvexel/imposm.parser
- Owner: mvexel
- License: apache-2.0
- Created: 2011-11-26T19:46:07.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-01T18:32:40.000Z (about 13 years ago)
- Last Synced: 2024-10-21T23:08:49.743Z (2 months ago)
- Language: C++
- Homepage: https://bitbucket.org/mvexel/imposm.parser
- Size: 223 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
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.pySource and issue tracker
------------------------
Source code and issue tracker are available at https://github.com/mvexel/imposm.parser