surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where vendor = "Flock System" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2128 | 2128 | Flock System | Bay Village | OH | 2024-11-04 | budget | 20000.0 | The Flock System charge will remain the same at $20,000 per year for the life of the agreement. | https://www.cityofbayvillage.com/AgendaCenter/ViewFile/Minutes/_11042024-1068 | https://mytown.theboringparts.com/city/cityofbayvillage.com/2024/#m1330854 | flock | stated | 1 | 0 | 0 | OH |
| 1607 | 1607 | Flock System | Appleton | WI | 2023-10-23 | budget adjustment | 9465.0 | Fund Balance Applied + $9,465 Misc Equipment + $9,465 To record use of fund balance towards costs related to Flock System | https://legistar1.granicus.com/cityofappleton/meetings/2023/10/5363_M_Finance_Committee_23-10-23_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/cityofappleton/2023/#m243313 | flock | stated | 1 | 0 | 0 | WI |
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);