surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where state = "OH" and vendor = "Flock" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1845 | 1845 | Flock | Springfield | OH | 2025-11-12 | budgeted | 120000.0 | She cited ongoing costs for systems such as Flock cameras, which were initially grant funded but will require the City to assume full subscription costs of more than $120,000 in 2026, with staff actively pursuing additional grant and alternative funding. | https://springfieldohio.primegov.com/Public/CompiledDocument/9799 | https://mytown.theboringparts.com/city/springfieldohio/2025/#m667058 | flock | stated | 1 | 0 | 0 | OH |
| 2097 | 2097 | Flock | Dayton | OH | 2025-06-11 | presented annual surveillance report noting cost | 49736.0 | Flock now costs $49,736 annually. | https://www.daytonohio.gov/AgendaCenter/ViewFile/Minutes/_06112025-1478 | https://mytown.theboringparts.com/city/daytonohio.gov/2025/#m1276692 | flock | stated | 1 | 0 | 0 | OH |
| 2283 | 2283 | Flock | Brooklyn Heights | OH | 2023-08-01 | discuss contract renewal and purchase of additional cameras | 2500.0 | We currently have three flock cameras and it costs $2,500 per year with a two-year contract. | https://www.brooklynhts.org/AgendaCenter/ViewFile/Minutes/_08012023-177 | https://mytown.theboringparts.com/city/brooklynhts.org/2023/#m1531473 | flock | stated | 1 | 0 | 0 | OH |
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);