Skip to content

Loss of data points when using route_path() #67

Answered by ianjonsen
vheim asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

If the network of land barriers is complex it is possible that the underlying pathroutr functions cannot find a suitable solution. It is difficult for me to suggest a clear solution, if one can indeed be found, without having access to your input data (dpf) and reproducing the issue myself. Failing that, a couple of things to try are: 1) specify a short time.step, eg. 2 hours - but this will depend on the temporal resolution of your data; 2) add the following pathroutr::prt_visgraph() arguments to your route_path() call:

mod.crw_pf_rr <- route_path(mod.crw_pf,
                            what = "fitted",
                            map_scale = 10, 
                            dist = 1…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vheim
Comment options

Answer selected by vheim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants