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 c5ced9c commit 90fe7d4Copy full SHA for 90fe7d4
drive_time_polygons/create_drivetime_polygons.R
@@ -46,7 +46,7 @@ costField <- 'cost_len'
46
# cost value in units of the cost column - meters for cost_len or minutes for cost_time
47
costValue <- 10000
48
49
-# loop through the startnodes and create temporary table to hold the nodes within road network distance
+# loop through the startnodes and create temporary table to hold the nodes
50
51
for (i in 1:length(startnodes)) {
52
# create the temp table
0 commit comments