Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.38 KB

PoDiGG Linked Connections for HOBBIT

POpulation DIstribution-based Gtfs Generator

Docker Automated Build

A HOBBIT dataset generator wrapper for PoDiGG. More information on the usage of this mimicking algorithm is available at the HOBBIT wiki.

Docker

Downloading the image from the Docker hub:

docker pull podigg/podigg-lc-hobbit

Building the image from this repo:

git clone --recursive [email protected]:PoDiGG/podigg-lc-hobbit.git
cd podigg-lc-hobbit
docker build -t podigg-lc-hobbit .

Parameters must be passed using environment variables.

Parameters

All generator parameters can be configured using environment variables. More information about this can be found at PoDiGG.

For big data generation, the NODE_MEM environment variable can be overridden to increase the maximum memory usage. This can be done by adding the -e NODE_MEM=<memory in MB> option when running the Docker container.

License

The PoDiGG generator is written by Ruben Taelman.

This code is copyrighted by Ghent University – imec and released under the MIT license.