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

In network output use long data structure instead of wide #21

Open
jorgegil opened this issue Jun 28, 2017 · 0 comments
Open

In network output use long data structure instead of wide #21

jorgegil opened this issue Jun 28, 2017 · 0 comments

Comments

@jorgegil
Copy link
Collaborator

The current data structure of the network output is wide: one feature per segment, one column per origin with the distance to that segment. This is the most human readable format.
The long data structure would have a fixed number of columns: id, segment id, origin id, distance. This can overcome limits related to issues #20, #18. It would also be most suited for having the network layer with exact distance as discussed in issue #14 .

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

No branches or pull requests

1 participant