osmgraphing 1.1.1

Playing around with graphs created via parsing OpenStreetMap data
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -e
cur_dir="$(dirname "$(pwd)"/"${0}")"

# build
cargo build --release

# cargo install flamegraph, see https://github.com/killercup/cargo-flamegraph
cargo flamegraph --bin osmgraphing -- --config "${cur_dir}/../custom/config.yaml"