Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.99 KB

README.md

File metadata and controls

51 lines (40 loc) · 2.99 KB

Population density file generator

bin/generate-population-density-be.js creates 4 files:

  • region_cells.csv: CSV-formatted cells of the Belgium region where each cell contains the population density and indicates whether or not it has a stop. This file can be used as region input to PoDiGG
  • region_edges.csv: A list of all trips from each cell to each cell. This file should be used during PoDiGG evaluation.
  • region.csv: Same as region_cells.csv but without virtual x and y cell coordinates.
  • region.csv: Visualization of the region. Population distribution levels are indicated for each cell with a color between white, red and black (going from low to high). Green dots indicate stops.

This tool accepts the following parameters bus, train or train_nl, which respectively creates region files for the Belgian bus and railway company and the Dutch railway company.

Input data

input_data.zip must be unzipped before the following files can be used.

Input data BE

Input data train BE

Input data bus BE

Input data NL

Input data train NL

License

The PoDiGG generator is written by Ruben Taelman.

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