POpulation DIstribution-based Gtfs Generator
A HOBBIT dataset generator wrapper for PoDiGG. More information on the usage of this mimicking algorithm is available at the HOBBIT wiki.
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.
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.
The PoDiGG generator is written by Ruben Taelman.
This code is copyrighted by Ghent University – imec and released under the MIT license.