README.md

January 29, 2022 ยท View on GitHub

DC-NY-BOS Network Dataset

This is a highway network dataset of the US Northeast region, covering Washington DC, New York and Boston.

See also the dataset for the Korean Expressway network.

Data Description

The network is created with QGIS based on highway network from Bing Maps as well as US primary road shapefile from TIGER Data. This network contains 317 nodes and 510 undirected arcs (1020 directed arcs). Based on 2010 Census information from TIGER Data, 123 nodes are selected as Origin-Destination nodes in this network.

This dataset was used to study multi-period planning of level 3 charger locations for electric vehicles in the following paper:

If you use this dataset, please cite:

@article{zhang2017incorporating,
  title={Incorporating demand dynamics in multi-period capacitated fast-charging location planning for electric vehicles},
  author={Zhang, Anpeng and Kang, Jee Eun and Kwon, Changhyun},
  journal={Transportation Research Part B: Methodological},
  volume={103},
  pages={5--29},
  year={2017},
  publisher={Elsevier}
}

Data Format

Two data files are provided as .csv files, and a QGIS project is also provided with multiple shapefiles.

The file DC_BOS_NY Network.csv (size of ~23KB) contains the information of nodes and links. The origin (A_Node) and destination (B_Node) of each link are provided. The length of each link are provided in the unit of kilometers and miles.

The dataset looks as follows:

A_NodeB_NodeLength (km)Length (mile)Link_ID
1217.7411.021
172.921.812
21212.898.013
223018.9711.794
2117.7411.021
22275.053.14370
342.091.35

The file Network demand nodes.csv (size of ~2KB) contains the information of population at each demand node. Demand flow between different OD pairs can be generated based on gravity spatial interaction model if needed. More details can be found here.

The dataset looks as follows:

Node_IDPopulation
1382818
2358487
377347
4255365
6323584
7344013
10391665

The QGIS project can be loaded with .qgs file, and the required shapefiles should be automatic loaded from DCBOS folder.