Skip to content
Sébastien Ouellet edited this page May 11, 2025 · 6 revisions

Welcome to the CART wiki!

The easiest way to try out the tool is (assuming you have docker installed):

  1. Download the package docker pull ghcr.io/datakind/dk-routing:main
  2. Clone the repo https://github.com/datakind/dk-routing.git
  3. Navigate to the directory with the compose.yml file cd dk-routing/dkroutingtool
  4. Execute the command docker compose up
  5. Go to localhost:8501 in your browser to use the GUI

Installing make would allow you to also use the Makefile commands.

You can give a try with the default data, located at dkroutingtool/local_data, which is for the country of Monaco and a randomly picked set of locations.

If you're simply trying to use the GUI and would like to tailor the configuration for your use cases, start here: https://github.com/datakind/dk-routing/wiki/CART-User-Manual-%E2%80%90-Scenario-Configuration and refer to the GUI section here: https://github.com/datakind/dk-routing/wiki/CART-User-Manual-%E2%80%90-Running-the-tool

Clone this wiki locally