-
Notifications
You must be signed in to change notification settings - Fork 52
/
datapackage.json
130 lines (130 loc) · 3.31 KB
/
datapackage.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
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
{
"resources": [
{
"name": "census-tracts",
"path": "data/census-tracts.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 325506
},
{
"name": "city-council-districts",
"path": "data/city-council-districts.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 90188
},
{
"name": "city-limits",
"path": "data/city-limits.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 437969
},
{
"name": "neighborhoods",
"path": "data/neighborhoods.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 12494190
},
{
"name": "ruv",
"path": "data/ruv.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 26691
},
{
"name": "seattle-congress",
"path": "data/seattle-congress.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 1735
},
{
"name": "seattle-parks-osm",
"path": "data/seattle-parks-osm.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 416219
},
{
"name": "seattle-waleg",
"path": "data/seattle-waleg.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 265974
},
{
"name": "spd-beats",
"path": "data/spd-beats.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 543697
},
{
"name": "spd-mcpp-areas",
"path": "data/spd-mcpp-areas.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 796038
},
{
"name": "spd-precincts",
"path": "data/spd-precincts.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 120672
},
{
"name": "sps_attendance_area_es",
"path": "data/sps_attendance_area_ES.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 492157
},
{
"name": "sps_attendance_area_hs",
"path": "data/sps_attendance_area_HS.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 119667
},
{
"name": "sps_attendance_area_ms",
"path": "data/sps_attendance_area_MS.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 204648
},
{
"name": "sps_school_site_2015_2016",
"path": "data/sps_school_site_2015_2016.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 19006
},
{
"name": "zip-codes",
"path": "data/zip-codes.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 49044
},
{
"name": "zoning",
"path": "data/zoning.geojson",
"format": "geojson",
"mediatype": "application/json",
"bytes": 8453656
}
],
"name": "seattle-boundaries-data",
"title": "seattle-boundaries-data",
"description": "GeoJSON for various boundaries within Seattle",
"homepage": "http://github.com/seattleio/boundaries-data",
"version": "5.0.1",
"license": "ODC-PDDL-1.0",
"repository": "git://github.com/seattleio/boundaries-data.git"
}