Crates.io | osm2rdf |
lib.rs | osm2rdf |
version | 0.3.1 |
source | src |
created_at | 2023-08-18 17:00:06.252616 |
updated_at | 2023-08-18 17:35:09.959621 |
description | A tool to convert OpenStreetMap database dump into RDF TTL files for injesting into an RDF database |
homepage | |
repository | https://github.com/nyurik/osm2rdf |
max_upload_size | |
id | 948000 |
size | 92,089 |
A tool to convert OpenStreetMap database dump into RDF TTL files for injesting into an RDF database
make
. Install it with cargo install just
.just
.just test
.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.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.Licensed under either of
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.