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

Adding travel time / weighted score based on terrain #1

Open
msradam opened this issue Feb 27, 2019 · 0 comments
Open

Adding travel time / weighted score based on terrain #1

msradam opened this issue Feb 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@msradam
Copy link
Owner

msradam commented Feb 27, 2019

When computing the distance from one site to another, we are also able to use iGraph to track the path from node to node in form of a list of edge IDs, which is how I was able to reduce the path (a list of IDs) to a list of distances (the length of each edge) to a final distance (sum of all lengths). However, since we have access to additional information about edges, we can also retrieve the type of road (walk, drive, highway, etc.) and determine a score or measure of travel of time based on that .

@msradam msradam self-assigned this Feb 27, 2019
@msradam msradam changed the title Adding travel time /weighted score based on terrain Adding travel time / weighted score based on terrain Feb 27, 2019
@msradam msradam added enhancement New feature or request good first issue Good for newcomers labels Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant