pbf2txt

Crates.iopbf2txt
lib.rspbf2txt
version0.1.0
sourcesrc
created_at2022-05-25 16:03:12.704381
updated_at2022-05-25 16:03:12.704381
descriptionConvert OSM PBF to text format
homepagehttps://github.com/jackson211/pbf2txt
repositoryhttps://github.com/jackson211/pbf2txt
max_upload_size
id593611
size28,499
Jackson Shi (jackson211)

documentation

https://docs.rs/pbf2txt

README

pbf2txt

Convert OSM's pbf file to txt format.

Simple CLI tool to convert pbf file into lat and lon only txt

Build

cargo build --release

Example

./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 lon

License

Licensed under either of

at your option.

Commit count: 5

cargo fmt