Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 617 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 617 Bytes

These packages are required by the hub-simulator and can all be installed by calling publishLocal from sbt.

dxf-parser

This packages is used to interpret DXF files and read them from java. This is very useful for parsing DXF files to JSON for example. This is used by the hub-simulator for transforming the infrastructure from a DXF file to a JSON file.

voronoi

Computation of Voronoi tessallations using the power voronoi algorithm. This is used by the hub-simulator tom compute densities.

user-equilbrium

Code for computing the UE solution. This package is not used by the hub-simulator.

kabeja