Skip to content

Commit

Permalink
Merge pull request #117 from zephyr-data-specs/autogenerated-docs
Browse files Browse the repository at this point in the history
Update Spec Documentation
  • Loading branch information
ianberg-volpe authored Oct 23, 2024
2 parents 0c76c2d + fa91e6e commit 9fcec11
Show file tree
Hide file tree
Showing 30 changed files with 74 additions and 74 deletions.
8 changes: 4 additions & 4 deletions docs/spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
- `constraints`:
### `bike_facility`

- `description` 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)
- `description` Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A) See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/
- `type` string
### `ped_facility`

Expand Down Expand Up @@ -321,7 +321,7 @@
- `constraints`:
### `bike_facility`

- `description` 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)
- `description` Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template Table 1-A. See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/
- `type` string
### `ped_facility`

Expand Down Expand Up @@ -820,7 +820,7 @@
- `type` integer
### `bike_facility`

- `description` 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)
- `description` Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A) See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/
- `type` string
### `ped_facility`

Expand Down Expand Up @@ -1300,7 +1300,7 @@
- `type` integer
### `bike_facility`

- `description` 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)
- `description` Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template Table 1-A. See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/
- `type` string
### `ped_facility`

Expand Down
2 changes: 1 addition & 1 deletion docs/spec/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
| capacity | number | Optional. Saturation capacity (passenger car equivalents / hr / lane) | {'minimum': 0} | | |
| free_speed | number | Optional. Free flow speed, units defined by config file | {'minimum': 0, 'maximum': 200} | | {'minimum': 1, 'maximum': 120} |
| 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. | {'minimum': 0} | | |
| 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) | | ['unseparated bike lane', 'buffered bike lane', 'separated bike lane', 'counter-flow bike lane', 'paved shoulder', 'shared lane', 'shared use path', 'off-road unpaved trail', 'other', 'none'] | |
| bike_facility | string | Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A) See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/ | | ['unseparated bike lane', 'buffered bike lane', 'separated bike lane', 'counter-flow bike lane', 'paved shoulder', 'shared lane', 'shared use path', 'off-road unpaved trail', 'other', 'none'] | |
| ped_facility | string | Optional. Type of pedestrian accommodation: unknown, none, shoulder, sidewalk, offstreet path | | ['unknown', 'none', 'shoulder', 'sidewalk', 'offstreet_path'] | |
| parking | string | Optional. Type of parking: unknown, none, parallel, angle, other | | ['unknown', 'none', 'parallel', 'angle', 'other'] | |
| allowed_uses | string | Optional. Set of allowed uses that should appear in either the use_definition or use_group tables; comma-separated. | | | |
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/link_tod.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| capacity | number | Optional.Saturation capacity (pce / hr / lane) | {'minimum': 0} | | |
| free_speed | number | Optional. Free flow speed in long_distance units per hour | {'minimum': 0, 'maximum': 200} | {'minimum': 1, 'maximum': 120} | |
| 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. | {'minimum': 0} | | |
| 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) | | | ['unseparated bike lane', 'buffered bike lane', 'separated bike lane', 'counter-flow bike lane', 'paved shoulder', 'shared lane', 'shared use path', 'off-road unpaved trail', 'other', 'none'] |
| bike_facility | string | Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template Table 1-A. See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/ | | | ['unseparated bike lane', 'buffered bike lane', 'separated bike lane', 'counter-flow bike lane', 'paved shoulder', 'shared lane', 'shared use path', 'off-road unpaved trail', 'other', 'none'] |
| ped_facility | string | Optional. Type of pedestrian accommodation: unknown, none, shoulder, sidewalk, offstreet path | | | ['unknown', 'none', 'shoulder', 'sidewalk', 'offstreet_path'] |
| parking | string | Optional. Type of parking: unknown, none, parallel, angle, other | | | ['unknown', 'none', 'parallel', 'angle', 'other'] |
| allowed_uses | string | Optional. Set of allowed uses that should appear in either the use_definition or use_group tables; comma-separated. | | | |
Expand Down
Loading

0 comments on commit 9fcec11

Please sign in to comment.