Crates.io | pbf2txt |
lib.rs | pbf2txt |
version | 0.1.0 |
source | src |
created_at | 2022-05-25 16:03:12.704381 |
updated_at | 2022-05-25 16:03:12.704381 |
description | Convert OSM PBF to text format |
homepage | https://github.com/jackson211/pbf2txt |
repository | https://github.com/jackson211/pbf2txt |
max_upload_size | |
id | 593611 |
size | 28,499 |
pbf2txt
Convert OSM's pbf
file to txt
format.
Simple CLI tool to convert pbf file into lat and lon only txt
cargo build --release
./target/release/pbf2txt -i andorra-latest.osm.pbf
CLI attributes:
-i [INPUT_PATH]
: input file path-o [OUTPUT_PATH]
: optional output file path-s
: optional show statistics of lat and lonLicensed under either of
at your option.