pbf2graph 0.4.0

OSM Road Graph Extractor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pbf2graph"
version = "0.4.0"
authors = ["Denis Laprise <git@2ni.net>"]
edition = "2021"
description = "OSM Road Graph Extractor"
license = "BSD-2-Clause"
repository = "https://github.com/nside/pbf2graph"

[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
csv = "1.1.6"
osmpbf = "0.3.0"
ordered-float = "3.4.0"