2 releases
0.3.1 | Aug 18, 2023 |
---|---|
0.3.0 | Aug 18, 2023 |
#297 in Geospatial
35KB
767 lines
osm2rdf
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 withcargo 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, includingcargo fmt
,cargo clippy
, andcargo test
. Usegit push --no-verify
to skip these checks. - Install
cargo install cargo-insta
to simplify running tests with insta. Then runcargo insta review
to review the changes, andcargo insta test
to update the reference images.
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.
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
~14–23MB
~320K SLoC