From 9ad32bcb49fc5b4d0c486c6bc882ad78812503fe Mon Sep 17 00:00:00 2001 From: Murray Groves Date: Thu, 25 Apr 2024 17:17:39 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b19683171..d9240a3d1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ You might prefer a slower route that routes you around a dangerous area. ## Tech We use networkx and osmnx for routing - using dijkstra's where the weights of each edge is a combination of time and also the number and severity of crimes where that was the closest edge. +## Limitations +Currently there's no way of the user adjusting the weights. Also it only works in Bristol as that's the only place we have the data for. + ## Data Sources [Crime Data](https://opendata.bristol.gov.uk/datasets/bcc::street-crime-incidents/about) [Streetlight Data](https://opendata.bristol.gov.uk/datasets/bcc::streetlights/about)