Crates.io | pbf-reader |
lib.rs | pbf-reader |
version | 0.1.9 |
source | src |
created_at | 2016-02-19 13:00:40.815531 |
updated_at | 2019-09-05 10:38:21.73048 |
description | Fast openstreetmap PBF file format reader. Reads Nodes, Ways, Relations. It uses mpsc::channell and multiple threads to do job as fast as possible. |
homepage | https://gitlab.com/oleksandromelchuk/rust-osm-reader |
repository | https://gitlab.com/oleksandromelchuk/rust-osm-reader |
max_upload_size | |
id | 4220 |
size | 157,020 |
Simple Openstreetmap PBF file format reader. http://wiki.openstreetmap.org/wiki/PBF_Format
This lib uses multithreaded approach for reading data and optimized for speed :D.
Serial read can be achieved by restricting number of additional concurent threads to 0.
For example usate see src/lib.rs tests. There is GUI example which can be run using cargo run --release --example paint
DONE:
TODO:
*** Thanks Gitlab.com team for allowing editing this file online!
Principle #1 User can't catch more than ~5mb of text+vector data from a 4"-6" screen.