#openstreetmap #rdf #ttl #osm

bin+lib osm2rdf

A tool to convert OpenStreetMap database dump into RDF TTL files for injesting into an RDF database

2 releases

0.3.1 Aug 18, 2023
0.3.0 Aug 18, 2023

#218 in Geospatial

MIT/Apache

33KB
735 lines

osm2rdf

GitHub crates.io version docs.rs docs crates.io version CI build

A tool to convert OpenStreetMap database dump into RDF TTL files for injesting into an RDF database

Development

  • This project is easier to develop with just, a modern alternative to make. Install it with cargo install just.
  • To get a list of available commands, run just.
  • To run tests, use just test.
  • On git push, it will run a few validations, including cargo fmt, cargo clippy, and cargo test. Use git push --no-verify to skip these checks.
  • Install cargo install cargo-insta to simplify running tests with insta. Then run cargo insta review to review the changes, and cargo insta test to update the reference images.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~15–24MB
~324K SLoC