signal_phase_mvmt
signal_phase_mvmt
descriptionAssociates Movements and pedestrian Links (e.g., crosswalks) with signal phases. A signal phase may be associated with several movements. A Movement may also run on more than one phase.pathsignal_phase_mvmt.csvschemamissingValues['NaN', '']primaryKey['signal_phase_mvmt_id']foreignKeys- [1]
fields['timing_phase_id']referenceresourcesignal_timing_phasefields['timing_phase_id']
- [2]
fields['mvmt_id']referenceresourcemovementfields['mvmt_id']
- [3]
fields['link_id']referenceresourcelinkfields['link_id']
fieldsMatchsubset
| name | type | description | constraints | categories |
|---|---|---|---|---|
| signal_phase_mvmt_id | any | Primary key. | {'required': True} | |
| timing_phase_id | any | Associated entry in the timing phase table. | {'required': True} | |
| mvmt_id | any | Foreign key. Either Movement_ID (for phases used by vehicles), or Link_id (for phases used by pedestrians) is required. | ||
| link_id | any | Foreign key. Either Movement_ID (for phases used by vehicles), or Link_id (for phases used by pedestrians) is required. | ||
| protection | string | Optional. Indicates whether the phase is protected, permitted, or right turn on red. | ['protected', 'permitted', 'rtor'] |