surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:bodycam:watchguard" and state = "IL" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: spend_date (date)
| Link | rowid | vendor | city | state | spend_date | product | amount ▲ | quote | source_document | mytown_record | ledger | amount_type | dup_rank | geo_suspect | anomaly | state_norm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2679 | 2679 | WatchGuard Video | Plano | IL | 2021-03-08 | in-car cameras (purchase) | 23000.0 | Approve Purchase Of Two In Car Replacement Cameras From Watchguard With A Video Storage Device In An Amount Not To Exceed $ 23,000.00 | https://www.cityofplanoil.com/AgendaCenter/ViewFile/Minutes/_03082021-1478 | https://mytown.theboringparts.com/city/cityofplanoil.com/2021/#m1361917 | sv:bodycam:watchguard | ceiling | 1 | 0 | 0 | IL |
| 2900 | 2900 | WatchGuard Video | Seneca | IL | 2026-04-20 | dash cam and watchguard equipment (approve expenditure) | 7468.0 | Approval of expenditure to Motorola Solutions, Inc. in the amount of $7,468.00 for dash cam and watchguard equipment for Squad 95 | https://www.senecail.org/Document%20Center/Agenda%20and%20Minutes/Mayor%20and%20Village%20Council/2026/Minutes/Minutes_2026_04_20.pdf | https://mytown.theboringparts.com/city/rz-senecail.org/#m848949 | sv:bodycam:watchguard | stated | 1 | 0 | 0 | IL |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE surveillance_spending ( vendor TEXT, city TEXT, state TEXT, spend_date TEXT, product TEXT, amount REAL, quote TEXT, source_document TEXT, mytown_record TEXT, ledger TEXT, amount_type TEXT, dup_rank INTEGER, geo_suspect INTEGER, anomaly INTEGER, state_norm TEXT); CREATE INDEX ix_surv_vendor ON surveillance_spending(vendor); CREATE INDEX ix_surv_state ON surveillance_spending(state); CREATE INDEX ix_surv_amount ON surveillance_spending(amount); CREATE INDEX ix_surv_ledger ON surveillance_spending(ledger);