This repository inlcudes tools and tutorials for generating travel time/market access data from raster-based measures of travel friction. Foundationally, this builds upon the global friction surface generated as part of the Malaria Atlas Project, but includes functions for generating custom travel time surfaces based on landcover and road networks (notably OSM).
Instructions on use are best found in the Notebooks folder, where jupyter notebooks explore the basic functions.
The following instructions have been helpful for installing in a conda environment on a windows machine, so your results may very. These are also specific to our organizational security environment.
C:\> conda create --name gnr geopandas ipykernel git pandana
C:\> conda activate gnr
[gnr] C:\Path_to_code\> pip install . -e
[gnr] C:\Path_to_code\> jupyter-notebook