issues Search Results · repo:UrbanAnalyst/dodgr language:C++
Filter by
235 results
(159 ms)235 results
inUrbanAnalyst/dodgr (press backspace or delete to remove)I have questions about turn penalties. I ve read through several posts but didn t manage to find answer, sorry if this
was already answerd. I create dodgr graph using turn_penalty=TRUE as following:
...
RegularnaMatrica
- 1
- Opened 17 days ago
- #305
Currently dodgr_to_igraph does not save highway as edge attribute in resulting igraph object. This could be beneficial
for pathfiding algorithms that try to reach certain road type distribution:
hampi ...
enhancement
RegularnaMatrica
- 1
- Opened on Jul 21
- #300
I ve been working on a model that involves one-way streets, and it doesn t seem like the weighting is respecting the
directionality of the lines. When I run weight_streetnet(wt_profile = motorcar ) on ...
meptrsn
- 2
- Opened on Apr 18
- #299
How does dodgr handle directionality of ways (streets, cycle networks, etc) in routing? Especially when the network is
imported from OSM or the like. Does it create a graph with some directed edges and ...
meptrsn
- 2
- Opened on Apr 16
- #298
When there are multiple (xy) points mapping into the same edge of the original graph, add_nodes_to_graph creates new
splits for each of the matching points, duplicating the edges, instead of (potentially) ...
leoniedu
- 1
- Opened on Apr 4
- #294
add_nodes_to_graph should create new edges based on the edges it splits or is being linked to. But it fails to do so:
library(dplyr)
#
# Attaching package: dplyr
# The following objects are masked ...
leoniedu
- 2
- Opened on Apr 4
- #293
library(dodgr)
graph - weight_streetnet (hampi, wt_profile = foot )
dim (graph)
# [1] 6813 15
verts - dodgr_vertices (graph)
set.seed (2)
npts - 100
for (i in 1:4) {
xy - data.frame (
x ...
leoniedu
- 4
- Opened on Mar 13
- #285
I believe calls like
dmat - geodist::geodist (xy_i)
and
d_i - geodist::geodist ( pts [i, c ( x , y )], pts [i, c ( x0 , y0 )])
in add_nodes_to_graph could be, for consistency
dmat - geodist::geodist ...
leoniedu
- 5
- Opened on Mar 13
- #284
match_points_to_graph is missing the distances = FALSE argument from match_pts_to_graph.
args(match_points_to_graph)
function (graph, xy, connected = FALSE)
NULL
args(match_pts_to_graph)
function ...
leoniedu
- 4
- Opened on Mar 7
- #279
Since we are only creating vertices, time and distance should be the same (within machine error). But we get different
time sums.
library(dodgr)
library(testthat)
graph - weight_streetnet (hampi)
e1 ...
leoniedu
- 1
- Opened on Mar 7
- #277

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.