Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.
/ konigsbergr Public archive

Recreate the "Bridges of Königsberg" problem using data from OpenStreetMap

License

Notifications You must be signed in to change notification settings

cmu-lib/konigsbergr

Repository files navigation

konigsbergr

Travis build status AppVeyor build status Coverage status

The goal of konigsbergr is to recreate the “Bridges of Königsberg” problem over any city by converting data from OpenStreetMap into a graph and traversing it.

Installation

You can install the development version:

# install.packages("remotes")
remotes::install_github("cmu-lib/konigsbergr")

Usage

Konigsbergr works with OSM data, transforming it into a graph object and then using the pathfinder package to traverse edges within it. The result is a pathway that will try to cross all the bridges in a given city.

For the complete manual, see the package vignette.

Context

This package is one of several originally developed by Matthew Lincoln for use by Carnegie Mellon University’s “Bridges of Pittsburgh” project:

About

Recreate the "Bridges of Königsberg" problem using data from OpenStreetMap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages