-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcmi_hub.json
53 lines (52 loc) · 1.08 KB
/
cmi_hub.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"data sources" : [
"http://www.gcmap.com/" ,
"http://www.theodora.com/country_digraphs.html" ,
"http://www.citypopulation.de/world/Agglomerations.html" ,
"http://www.mongabay.com/cities_urban_01.htm" ,
"http://en.wikipedia.org/wiki/Urban_agglomeration" ,
"http://www.worldtimezone.com/standard.html"
] ,
"metros" : [
{
"code" : "CMI" ,
"name" : "Champaign" ,
"country" : "US" ,
"continent" : "North America" ,
"timezone" : -6 ,
"coordinates" : {"N" : 40, "W" : 88} ,
"population" : 226000 ,
"region" : 1
}
] ,
"routes" : [
{
"ports" : ["CMI" , "LAX"],
"distance" : 1710
} , {
"ports" : ["CMI" , "SFO"],
"distance" : 1836
} , {
"ports" : ["CMI" , "MEX"],
"distance" : 1557
} , {
"ports" : ["CMI" , "MIA"],
"distance" : 1085
} , {
"ports" : ["CMI" , "ATL"],
"distance" : 490
} , {
"ports" : ["CMI" , "WAS"],
"distance" : 606
} , {
"ports" : ["CMI" , "YYZ"],
"distance" : 512
} , {
"ports" : ["CMI" , "NYC"],
"distance" : 755
} , {
"ports" : ["CMI" , "CHI"],
"distance" : 132
}
]
}