From ef51272a69c549e99fda8f6cd404ff4afa753f9d Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Tue, 5 Nov 2024 08:27:07 -0600 Subject: [PATCH] added brouter to readme intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f158124..929db12 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This script generates maps to analyze the potential walking routes for students to their school. - I excluded the addresses of the students from the repository. -- The actual route generation is done with OSRM, I run it locally in a docker container. +- The actual route generation is done with OSRM and brouter, those are run locally in docker containers. - The basemap is pulled from Stadia Maps. The usage of the script is well within the free tier, you'll need an API key from them. ## Data sources