Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document why travel_time_matrix might not always return the expected number of values #149

Closed
mattwigway opened this issue Feb 24, 2021 · 1 comment

Comments

@mattwigway
Copy link
Contributor

I've noticed that travel_time_matrix returns a data frame with less than the expected number of rows (for instance, for a 5x3956 matrix, I'm only ending up with 1335 rows). I'm assuming this is because of origins/destinations that were beyond the maximum travel time, and/or origins that were far from the street network (I'm likely to have a good number of both of these in my dataset). If this is in fact the reason, it should be documented in ?travel_time_matrix.

@rafapereirabr
Copy link
Member

Thanks for the suggestion, Matt. I've added this info to the function documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants