Skip to main content

Table 2 Cypher query used to create Bus Stop nodes in the Platial Subgraph

From: STVG: an evolutionary graph framework for analyzing fast-evolving networks

1. Load csv with headers from

2. ‘file:///busstops.csv’ as csv

3. Create (bs:BusStop {BusStopID: csv.stop_id, sName: csv.stop_name, sLat:

4. toFloat(csv.stop_lat), sLon: toFloat(csv.stop_lon),

5. sParentStation: csv.parent_station, locType: csv.location_type});