1 unstable release
0.1.0 | May 25, 2022 |
---|
#13 in #pbf
11KB
88 lines
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~5MB
~91K SLoC