Skip to content

[DEV]Graph processing experiments based on boost::graph and GDAL / OGR to load data.

License

Notifications You must be signed in to change notification settings

mborne/graph-experiments

Repository files navigation

graph-experiments

Description

Graph processing experiments based on boost::graph and GDAL / OGR to load data.

Motivation

This project is not maintained. It has been created in 2019 to prepare work about tour planning at IGNF.

Key Features

Build

Examples

example/demo-ogr "PG:dbname=gis" "graph.vertex" "graph.edge"
# or
example/demo-ogr "PG:dbname=gis" "graph.vertex" "graph.edge_distance_weighted"

Dijkstra shortest path tree

Performance debug

valgrind --tool=callgrind example/demo-ogr 'PG:dbname=gis' 'graph.vertex' 'graph.edge_distance_weighted'
kcachegrind $(ls -tr callgrind.out.* | tail -1)

License

MIT

Releases

No releases published

Packages

No packages published

Languages