pbf2txt
Convert OSM's pbf
file to txt
format.
Simple CLI tool to convert pbf file into lat and lon only txt
bash
cargo build --release
bash
./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.