Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frafra/osm-fast-extractor
- Owner: frafra
- Created: 2023-05-19T23:01:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-19T23:04:38.000Z (over 1 year ago)
- Last Synced: 2024-10-13T19:07:57.571Z (2 months ago)
- Topics: openstreetmap, rust, xml-parser
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```