File size: 7,791 Bytes
896453f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
307
308
309
310
311
312
313
314
315
# URL Dataset Investigation: What Already Exists

## πŸ” Current Situation

**What we're doing now**:
- Matching Census jurisdiction names to CISA .gov domains
- Result: 76 URLs from 500 jurisdictions tested (15% match rate)

**What we should check**:
- Do these civic tech projects already have URL datasets?
- Are there HuggingFace datasets with government URLs?
- Can we download their jurisdiction lists instead of discovering ourselves?

---

## πŸ“Š Known URL Datasets to Investigate

### 1. LocalView (Harvard)
**Website**: https://www.localview.net  
**Claim**: "Largest known public dataset of local government meetings"  

**To Check**:
- [ ] Do they publish their jurisdiction URL list?
- [ ] Is their dataset on HuggingFace?
- [ ] Can we download their meeting database?
- [ ] What's their coverage? (They claim nationwide)

**Expected**: URL list for hundreds/thousands of jurisdictions with videos

---

### 2. CivicBand
**Website**: https://civic.band  
**Claim**: "1,000+ municipalities & counties"

**To Check**:
- [ ] Do they publish their URL list?
- [ ] Can we access their database?
- [ ] What jurisdictions do they cover?

**Expected**: 1,000+ verified government website URLs

---

### 3. Council Data Project (CDP)
**Website**: https://councildataproject.org  
**GitHub**: https://github.com/CouncilDataProject

**To Check**:
- [ ] List of deployed instances (each = 1 jurisdiction URL)
- [ ] cdp-data repository (may have jurisdiction lists)
- [ ] Individual deployment configs (contain URLs)

**Expected**: 10-20 cities with full deployment

**Known CDP Cities** (from their website):
- Seattle, WA
- King County, WA
- Portland, OR
- Denver, CO
- Boston, MA
- Oakland, CA
- Alameda County, CA
- Charlotte, NC
- Louisville, KY

---

### 4. City Scrapers
**Website**: https://cityscrapers.org  
**GitHub**: https://github.com/city-scrapers

**To Check**:
- [ ] City Scrapers Chicago (has ~100 agencies)
- [ ] Other City Scrapers deployments (Pittsburgh, Detroit, etc.)
- [ ] Scraper list = jurisdiction URLs

**Expected**: 5-10 cities, each with dozens of agencies/boards

**Known City Scrapers Cities**:
- Chicago (100+ agencies)
- Pittsburgh
- Detroit
- Cleveland
- Los Angeles

---

### 5. Civic Scraper (Big Local News)
**GitHub**: https://github.com/biglocalnews/civic-scraper

**To Check**:
- [ ] Example jurisdiction list in repo
- [ ] Big Local News datasets
- [ ] Stanford Journalism data releases

**Expected**: Curated list of news-worthy jurisdictions

---

### 6. Councilmatic (DataMade)
**Website**: Various (councilmatic.org redirects)  
**GitHub**: https://github.com/datamade

**To Check**:
- [ ] List of Councilmatic deployments
- [ ] Each deployment = 1 city URL

**Known Councilmatic Cities**:
- Chicago, IL (chicagocouncilmatic.org)
- New York, NY (nyc.councilmatic.org)
- Philadelphia, PA (philly.councilmatic.org)
- Los Angeles, CA
- Miami, FL
- Denver, CO

---

### 7. MeetingBank Dataset
**Website**: https://meetingbank.github.io

**To Check**:
- [ ] Download their dataset
- [ ] Extract jurisdiction URLs
- [ ] See what 6 cities they cover

**Known Cities**: 6 large cities (need to check which)

---

### 8. OpenTowns
**Website**: https://opentowns.org

**To Check**:
- [ ] List of covered towns
- [ ] URL database
- [ ] Focus: small towns/cities

**Expected**: Dozens of small municipalities

---

### 9. OpenCouncil (Greece)
**GitHub**: https://github.com/schemalabz/opencouncil

**To Check**:
- [ ] Greek municipality URLs (international example)
- [ ] May have patterns for finding URLs

**Expected**: Greek councils (not directly useful, but patterns may be)

---

## πŸ—‚οΈ HuggingFace Datasets to Check

### Search Terms:
- "local government"
- "city council"
- "municipal meetings"
- "government websites"
- "civic data"
- "legistar"
- "granicus"

### Potential Datasets:
- [ ] Search: huggingface.co/datasets?search=government
- [ ] Search: huggingface.co/datasets?search=municipal
- [ ] Search: huggingface.co/datasets?search=council
- [ ] Check if LocalView uploaded their data
- [ ] Check if City Scrapers uploaded data
- [ ] Check Big Local News org

---

## πŸ“‹ Other Data Sources

### 1. Legistar Client List
**Why**: Legistar is the most popular council management system

**To Check**:
- [ ] Granicus website (they own Legistar)
- [ ] Public list of Legistar clients
- [ ] Scrape legistar.com subdomain list

**Expected**: 1,000+ city council URLs

### 2. Granicus Client List
**Why**: Major civic engagement platform

**To Check**:
- [ ] Granicus website client showcase
- [ ] govdelivery.com (owned by Granicus)

**Expected**: Hundreds of jurisdictions

### 3. CivicPlus Client List
**Why**: Popular municipal website platform

**To Check**:
- [ ] CivicPlus website
- [ ] Public client list

### 4. Municode Client List
**Why**: Online code/ordinance hosting

**To Check**:
- [ ] municode.com directory
- [ ] List of hosted municipalities

---

## 🎯 OPTIMAL STRATEGY

Instead of trying to match jurisdiction names to domains, we should:

### Phase 1: Download Existing Datasets (1-2 days)
1. **LocalView dataset** β†’ Likely has 100s-1000s of URLs with videos
2. **CivicBand database** β†’ 1,000+ municipalities
3. **CDP deployments** β†’ 10-20 cities (high quality)
4. **City Scrapers instances** β†’ 5+ cities, 100s of agencies
5. **Councilmatic deployments** β†’ 6+ major cities
6. **MeetingBank** β†’ 6 cities with transcripts

**Expected total**: 2,000-5,000 high-quality URLs

### Phase 2: Platform Client Lists (1 week)
1. **Legistar subdomain enumeration** β†’ city.legistar.com
2. **Granicus client list** β†’ From their website
3. **CivicPlus client list**
4. **Municode directory**

**Expected total**: 5,000-10,000 URLs

### Phase 3: Census + CISA Matching (current approach)
Keep our current system as fallback for uncovered jurisdictions

**Expected additional**: 1,000-2,000 URLs

---

## πŸ”₯ IMMEDIATE ACTIONS

### 1. Check LocalView Dataset
```bash
# Visit: https://www.localview.net
# Look for: "Download" or "Data" link
# Check: GitHub repo for dataset links
```

### 2. Check HuggingFace
```bash
# Search: https://huggingface.co/datasets?search=local+government
# Search: https://huggingface.co/datasets?search=council+meetings
```

### 3. Scrape Legistar Subdomains
```python
# Try common patterns:
# {city}.legistar.com
# {city}-{state}.legistar.com
# {county}.legistar.com
```

### 4. CDP Deployment List
```bash
# Check: https://councildataproject.org
# Each deployment has a URL in the config
```

### 5. City Scrapers Jurisdiction List
```bash
# Check: https://github.com/city-scrapers/city-scrapers
# Each scraper file = 1 or more agencies
```

---

## πŸ’‘ WHY THIS MATTERS

**Current approach**: 76 URLs from 500 jurisdictions = 15% match rate

**Using existing datasets**: Could get 5,000-10,000 URLs immediately

**ROI**: 
- LocalView alone might have 1,000+ URLs ready to use
- Legistar enumeration could yield 3,000+ URLs
- Combined: 10x more coverage with less work

---

## πŸ“ RECOMMENDATION

**DO THIS FIRST**:
1. βœ… Investigate LocalView dataset (highest potential)
2. βœ… Check HuggingFace for government data
3. βœ… Enumerate Legistar subdomains (legistar.com/*.legistar.com)
4. βœ… Get CDP deployment URLs
5. βœ… Extract City Scrapers jurisdiction lists

**THEN**:
Keep our Census + CISA matching as a fallback for smaller jurisdictions not covered by above.

---

## ⚠️ KEY INSIGHT

We've been trying to **discover** URLs when we should be **downloading** existing URL lists from projects that already did this work!

The civic tech community has likely already mapped thousands of URLs. We should:
1. Download their datasets
2. Extract their URL lists
3. Add our discoveries to fill gaps

This is the "don't reinvent the wheel" principle applied to URL discovery.