-
Notifications
You must be signed in to change notification settings - Fork 16
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
GMNS 0.96, using Frictionless to automatically generate documentation #88
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update develop to match minor changes to main
Added description to from_node_id, to_node_id. More precise definition of capacity
Temporary
Note that the format is implementation-agnostic
Move parent_link_id to match markdown and most examples
Fix zone_id
Corrected field
Added fields per .json spec
To store a network in a database, in gmns format, use this code to make the SQL create statements. The sqlite database contains an example network
As of May 28
Fix timeset_definition foreign key
Pull changes from upstream
Update README.md
Add changelog, make slight changes to site
add changelog...
This was referenced Oct 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
he GMNS specification is defined in a set of json files, one for each table. Release 0.96 uses Frictionless to automatically generate the following usable artifacts:
In the json files, the ID fields (node_id, link_id, etc.) has always been defined as type "any", allowing text or integer to be used. This follows the example of unique_ID as defined in GTFS. It is certainly possible that an application may further restrict ID fields to be integer (issue #83).
The automated generation of markdown has resulted in several non-substantive changes to the markdown files:
The PMC voting period is open until end of day Monday 8/5/2024.