Skip to content

Commit

Permalink
Update GMNSProfileCase2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmith55 authored Aug 28, 2024
1 parent 226a01b commit 73f7f03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions usage/profiles/GMNSProfileCase2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ Table Link table for case 2
| grade | number | % grade, negative is downhill | No | Could be useful in a hilly network |
| facility_type | string | Facility type (e.g., freeway, arterial, etc.) | Yes | Since few links had directly-measured traffic volumes, facility_type was used as a proxy for traffic volume, as an input to the traffic stress calculation |
| capacity | number | Optional. Saturation capacity (passenger car equivalents / hr / lane) | No | Refers to motor vehicle capacity. Assuming bike/ped is uncapacitated |
| free_speed | number | Optional. Free flow speed, units defined by config file | Maybe | Motor vehicle speed, could go into the traffic stress computation |
| free_speed | number | Optional. Free flow speed, units defined by config file | Maybe | Motor vehicle speed could go into the traffic stress computation |
| lanes | integer | Optional. Number of permanent lanes (not including turn pockets) in the direction of travel open to motor vehicles. It does not include bike lanes, shoulders or parking lanes. | Yes | Motor-vehicle lanes could go into the traffic stress computation |
| bike_facility | string | Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A at https://nmtdev.ornl.gov/assets/templates/NBN_DataTemplates_final.pdf) | Yes | Important for this example |
| ped_facility | string | Optional. Type of pedestrian accommodation: unknown, none, shoulder, sidewalk, offstreet path | No | |
| parking | string | Optional. Type of parking: unknown, none, parallel, angle, other | Yes | Important for this example |
| ped_facility | string | Optional. Type of pedestrian accommodation: unknown, none, shoulder, sidewalk, offstreet path | Yes | Important for this example |
| parking | string | Optional. Type of parking: unknown, none, parallel, angle, other | Maybe | If motor vehicle parking enters the traffic stress computation |
| allowed_uses | string | Optional. Set of allowed uses that should appear in either the use_definition or use_group tables; comma-separated. | Yes | Indicates whether bicycles or pedestrians can use the link at all |
| toll | number | Optional. Toll on the link, in currency units. | No | No tolls in this network |
| jurisdiction | string | Optional. Owner/operator of the link. | No | |
Expand All @@ -66,4 +66,4 @@ Table Link table for case 2
| u_walk_speed | number | User defined. Average walking speed as adjusted depending on the attractiveness of the facility | Yes | More attractive facilities are "faster", less attractive are "slower". |
| u_bike_travel_time | number | User defined. Calculated based on speed and link length. | Yes | Used by the GIS accessibility calculator |
| u_walk_travel_time | number | User defined. Calculated based on speed and link length. | Yes | Used by the GIS accessibility calculator |
---------------------------------
---------------------------------

0 comments on commit 73f7f03

Please sign in to comment.