osm2rdf

Crates.ioosm2rdf
lib.rsosm2rdf
version0.3.1
sourcesrc
created_at2023-08-18 17:00:06.252616
updated_at2023-08-18 17:35:09.959621
descriptionA tool to convert OpenStreetMap database dump into RDF TTL files for injesting into an RDF database
homepage
repositoryhttps://github.com/nyurik/osm2rdf
max_upload_size
id948000
size92,089
Yuri Astrakhan (nyurik)

documentation

README

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.

Commit count: 23

cargo fmt