Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frafra/osm-fast-extractor

Experimental OSM XML parser
https://github.com/frafra/osm-fast-extractor

openstreetmap rust xml-parser

Last synced: about 1 month ago
JSON representation

Experimental OSM XML parser

Awesome Lists containing this project

README

        

# osm-fast-extractor

This is an experimental streaming parser for OpenStreetMap XML files, that aims to implement extract capabilities with great performances and low memory usage.

## Usage

```bash
cargo run --release < file.osm.xml
```