-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcivic.json
49 lines (49 loc) · 1.4 KB
/
civic.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
{
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json",
"name": "WABA Bike Infrastructure Map Project",
"status": "Beta",
"type": "Website",
"contact": {
"name": "Alex Ulsh",
"email": "[email protected]"
},
"partners": [
{
"url": "http://codefordc.org",
"name": "Code for DC"
},
{
"url": "http://www.waba.org/",
"name": "Washington Area Bicyclist Association"
}
],
"description": "Creating a bike map advocacy tool for Washington Area Bicyclist Association",
"homepage": "https://dcfemtech.github.io/hackforgood-waba-map/",
"repository": "https://github.com/dcfemtech/hackforgood-waba-map",
"geography": [
"Washington, D.C.",
"Montgomery County, MD",
"Prince George’s County, MD",
"Arlington County, VA",
"Fairfax County, VA",
"Alexandria, VA"
],
"data": [
{
"name": "buffers",
"url": "https://github.com/dcfemtech/hackforgood-waba-map/tree/master/buffers"
},
{
"name": "bikelanes",
"url": "https://github.com/dcfemtech/hackforgood-waba-map/tree/master/bikelanes"
}
],
"tags": [
"Data visualization",
"mapping",
"biking",
"bike lanes",
"DC",
"WABA"
]
}