We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4f4cd commit 7268d70Copy full SHA for 7268d70
1 file changed
routing.qmd
@@ -63,8 +63,8 @@ library(dplyr)
63
city_limit <- st_read("data/city_limit.gpkg") |> st_transform(4326)
64
65
# 2. Set parameters
66
-set.seed(123) # for reproducibility
67
-total_pop <- 545000
+set.seed(42) # for reproducibility
+total_pop <- 545000 # your city population
68
avg_residents <- 300 # a census block average
69
n_points <- round(total_pop / avg_residents)
70
0 commit comments