-
Notifications
You must be signed in to change notification settings - Fork 1
/
docs.html
306 lines (281 loc) · 12.3 KB
/
docs.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<head>
<title>Documentation</title>
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" crossorigin="" />
<link rel="stylesheet" href="./css/main.css">
<!-- JavaScript libraries (custom are at the bottom)-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew==" crossorigin=""></script>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">Purple Line | Plan Integration Tool</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="map.html">Map</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tutorial.html">Tutorial</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="docs.html">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<div id="content" class="container-fluid text-dark">
<div class="row">
<div class="col-10 offset-1 mt-4">
<nav aria-label="breadcrumb" id="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Documentation</li>
</ol>
</nav>
</div>
</div>
<div class="row">
<div class="col-10 offset-1">
<h1>Documentation</h1>
<h3>Source Code</h3>
<p>
You can find the source code for this project on <strong><a href="https://github.com/cyrchi/geog657-final" target="blank">Github</a></strong>. We built the project using open source materials from Bootstrap, JQuery, Leaflet, OpenStreetsMap,
PostgreSQL, and PostGIS.
</p>
<h3>Data</h3>
<p>
Below is information about the data contained in the database behind the Plan Integration Tool. IDs and geometry fields are excluded.
</p>
</div>
</div>
<div class="row">
<div class="col-7 offset-1 mt-4">
<h4 class="my-2">
Land Use Plans
</h4>
<table class="table">
<thead class="thead-dark">
<tr>
<th>Attribute</th>
<th>Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td>pln_title</td>
<td>The title of the plan.</td>
</tr>
<tr>
<td>pln_typ</td>
<td>The category of the plan.</td>
</tr>
<tr>
<td>auth</td>
<td>The authority, such as an agency or organization, who created the plan.</td>
</tr>
<tr>
<td>cnty</td>
<td>The county location of the plan's boundary.</td>
</tr>
<tr>
<td>pln_ar</td>
<td>The jurisdiction name which the plan administers.</td>
</tr>
<tr>
<td>pln_yr</td>
<td>The year the plan was created.</td>
</tr>
<tr>
<td>url</td>
<td>The URL location of a PDF file of the plan.</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-7 offset-1 mt-4">
<h4 class="my-2">
Montgomery County Bus Stops
</h4>
<table class="table">
<thead class="thead-dark">
<tr>
<th>Attribute</th>
<th>Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td>stop_name</td>
<td>The agency name of the stop, often the closest intersection cross-streets.</td>
</tr>
<tr>
<td>town</td>
<td>The jurisdiction in which the stop is located.</td>
</tr>
<tr>
<td>stop_code</td>
<td>The agency code for the stop.</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-7 offset-1 my-4">
<h4 class="my-2">
Prince George's County Bus Stops
</h4>
<table class="table">
<thead class="thead-dark">
<tr>
<th>Attribute</th>
<th>Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td>variance</td>
<td></td>
</tr>
<tr>
<td>shelter</td>
<td>Denotes the existence of a bus shelter at the stop location.</td>
</tr>
<tr>
<td>receptacle</td>
<td>Denotes the existence of a waste receptacle at the stop location.</td>
</tr>
<tr>
<td>tmpt_suit</td>
<td></td>
</tr>
<tr>
<td>unsf_loc</td>
<td>Denotes that the bus stop is in an unsafe location. Criteria unknown.</td>
</tr>
<tr>
<td>shrd_stp</td>
<td>Provides identifiers for other transit lines with which the stop is shared.</td>
</tr>
<tr>
<td>comments</td>
<td></td>
</tr>
<tr>
<td>route</td>
<td>The agency route designation.</td>
</tr>
<tr>
<td>wmata</td>
<td></td>
</tr>
<tr>
<td>thebus</td>
<td></td>
</tr>
<tr>
<td>notes</td>
<td></td>
</tr>
<tr>
<td>name</td>
<td></td>
</tr>
<tr>
<td>route_numb</td>
<td>The agency route designation.</td>
</tr>
<tr>
<td>stop_numbe</td>
<td>The agency stop number designation within the route.</td>
</tr>
<tr>
<td>street_nam</td>
<td>The name of the street on which the stop is located.</td>
</tr>
<tr>
<td>street_int</td>
<td>The closest intersection to the stop.</td>
</tr>
<tr>
<td>bus_direct</td>
<td>The cardinal direction of the bus when it visits the stop.</td>
</tr>
<tr>
<td>location</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-7 offset-1 my-4">
<h4 class="my-2">
WMATA Metro Lines
</h4>
<table class="table">
<thead class="thead-dark">
<tr>
<th>Attribute</th>
<th>Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td>line</td>
<td>The name of the metro line.</td>
</tr>
<tr>
<td>year</td>
<td>The year the metro line opened.</td>
</tr>
<tr>
<td>from_</td>
<td>The name of the stop from which trains on the segment are leaving.</td>
</tr>
<tr>
<td>to_</td>
<td>The name of the stop to which trains on the segment are moving towards.</td>
</tr>
<tr>
<td>display</td>
<td>The display name of the metro line.</td>
</tr>
<tr>
<td>anode</td>
<td></td>
</tr>
<tr>
<td>bnode</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<footer id="footer" class="bg-dark text-light pt-3 pr-3">
<p>© Cyrus Chimento | 2020</p>
</footer>
</body>
</html>