-
Notifications
You must be signed in to change notification settings - Fork 4
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
[FEATURE] Documentation of roadway network schema and validation #278
Comments
Short story: the json-schema needs to be updated to match currently used schema. Issue #71 has this flagged. |
Some questions/comments since my lack of understanding here has held me up for a bit with regards to this project.
|
lmz
changed the title
[FEATURE] Documentation on project card schemas and validation
[FEATURE] Documentation on network-wrangler schemas and validation
Mar 15, 2023
e-lo
changed the title
[FEATURE] Documentation on network-wrangler schemas and validation
[FEATURE] Documentation of roadway network schema and validation
Mar 15, 2023
Updated schema docs to include validation scripts: 6f82ec2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story
As a modeler who builds networks, I would like to understand and (I'm guessing) take advantage of project card validation.
I noticed our script which applies project cards is passing
validate=False
. When I passedvalidate=True
, I got errors because network_wrangler is trying to use yaml to load the non-yaml project cards (e.g. the.wrangler
cards in this folder. I added a quick patch to skip those and I'm now getting this error:So I was poking around the documentation/code/issues to understand what this schema is supposed to look like since it seems like we ought to create one but couldn't readily find much...
Priority
Medium ?
Level of Effort
For a bit of documentation, probably not huge?
Resolution Ideas
Project
MTC 😄
Who should be involved?
Implementer:
Commenters:
Users:
Reviewers:
Risk
Will this potentially break anything?
Tests
What are relevant tests or what tests need to be created in order to determine that this issue is complete?
The text was updated successfully, but these errors were encountered: