Software to automatically import population densities, GTFS feeds and mapping data in order to calculate transport & accessibility inequalities based on isochrones.
Creation of the necessary data to make calculations is done in the following steps.
- For every GHS Urban Center as specified by
1-data/1-research/cities.xlsx
, make an extract from GHS-pop, giving population estimates. - Export these to GeoDataFrame Pickles and GeoTIFF files in
3-interim/populationmasks
- Download OSM map file directly from OpenStreetMap
- Convert
map.osm
data tomap.osm.pbf
usingOsmium
so it can be read by GraphHopper. - Download transit GTFS feed data from
https://www.transit.land/documentation/
. - Update GraphHopper Config file (if necessary)
- Create Graphhopper instance, wait for it to finish parsing all data.
- Comment: profiles and points have a big influence on the outcome of these isochrones.
- Run loop and cache in cache.db