Skip to content

Commit

Permalink
Merge pull request #60 from zephyr-data-specs/development
Browse files Browse the repository at this point in the history
GMNS v0.94
  • Loading branch information
ianberg-volpe committed Jun 15, 2023
2 parents 008bed4 + a1ff064 commit ea540ee
Show file tree
Hide file tree
Showing 66 changed files with 584 additions and 852 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @zephyr-data-specs/gmns-code-review
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
Validation_Tools/ATL.sqlite
Validation_Tools/*.omx
Validation_Tools/local.ipynb
*.sqlite
*.qgz
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "Validation_Tools/GMNSpy"]
path = Validation_Tools/GMNSpy
url = https://github.com/ianberg-volpe/GMNSpy
branch = hide_output
url = https://github.com/zephyr-data-specs/GMNSpy
branch = master
Binary file added GMNS_Intro_2023_01_08.pdf
Binary file not shown.
Binary file modified Images/SignalER5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GMNS is made to be flexible, multimodal, and multiresolution. Many of the fields
### How do I represent geometry shapepoints?
There are two ways in GMNS to represent geometry shapepoints for links. Shapepoints can be recorded as well-known text (WKT) in the `geometry` field of the [link table](Specification_md/Link.md) or shapepoints can be placed in the separate [geometry table](Specification_md/Geometry.md) and keyed to the link table through the `geometry_id` field.
### How do I represent sidewalks?
In the [link table](Specification_md/Link.md) there is a field to indicate a pedestrian facility (`ped_facility`). You can also represent the pedestrian network (sidewalks, crosswalks and other paths) as its own network with its own links. See the [Cambridge example](Small_Network_Examples/Cambridge_v090).
In the [link table](Specification_md/Link.md) there is a field to indicate a pedestrian facility (`ped_facility`). You can also represent the pedestrian network (sidewalks, crosswalks and other paths) as its own network with its own links. See the [Cambridge example](Small_Network_Examples/Cambridge_Intersection).
### How do I represent bicycle facilities?
In the [link table](Specification_md/Link.md) there is a field to indicate a bicycle facility (`bike_facility`). To represent a bicycle network in more detail, additional options include representing on-road bike lanes as explicit lanes in the [lane table](Specification_md/Lane.md) or representing other bicycle facilities (e.g., shared use paths, separated bike lanes) as their own links.
### How do I represent street furniture and curbside regulations?
Expand Down
55 changes: 0 additions & 55 deletions Small_Network_Examples/Archive/Multiple_Bike_Facilities/lane.csv

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions Small_Network_Examples/Archive/Multiple_Bike_Facilities/node.csv

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ea540ee

Please sign in to comment.