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

Self-contained network model #7

Closed
datarttu opened this issue Aug 24, 2020 · 0 comments
Closed

Self-contained network model #7

datarttu opened this issue Aug 24, 2020 · 0 comments

Comments

@datarttu
Copy link
Owner

Network model in the nw schema should be made "self-contained".
This means that all the essential data validation would happen in the nw schema, and network data could be basically imported from different sources: by hand, from OSM, from Digiroad, etc.
Also, modification history of link, node and stop tables should be tracked, such that e.g. manual modifications done after a data import could be saved (and reverted, if necessary).

Things happening currently in stage_nw could then be detached too, possibly into a separate Python program that converts OSM data into a format suitable for sujuiko db, merges links between intersections, and so on.
The sujuiko network model would just receive all the data given to it, as long as it would fulfil network connectivity and validity requirements.

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

1 participant