loc_id |
any |
Primary key. Location ID. |
{'required': True} |
link_id |
any |
Required. Road Link ID. Foreign Key from Road_Link. |
{'required': True} |
ref_node_id |
any |
Required. The From node of the link. Foreign Key from Node. |
{'required': True} |
lr |
number |
Required. Linear Reference of the location, measured as distance in short_length units along the link from the reference node. If link_geometry exists, it is used. Otherwise, link geometry is assumed to be a crow-fly distance from A node to B node. |
{'required': True, 'minimum': 0} |
x_coord |
number |
Optional. Either provided, or derived from Link, Ref_Node and LR. |
|
y_coord |
number |
Optional. Either provided, or derived from Link, Ref_Node and LR. |
|
z_coord |
number |
Optional. Altitude in short_length units. |
|
loc_type |
string |
Optional. What it represents (driveway, bus stop, etc.) OpenStreetMap map feature names are recommended. |
|
zone_id |
any |
Optional. Foreign Key, Associated zone |
|
gtfs_stop_id |
string |
Optional. Foreign Key to GTFS data. For bus stops and transit station entrances, provides a link to the General Transit Feed Specification. |
|