surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "flock", state = "IL" and vendor = "Flock Safety, Inc." 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1870 | 1870 | Flock Safety, Inc. | Bloomington | IL | 2026-03-23 | amend | 26959.0 | Consideration and Action on a Resolution Approving a Change Order to Purchase Order #20260431, with Flock Safety, Inc., for the Flock Partial Annual Agreement Payments, in the Amount of $26,959.13, as requested by the Police Department. | https://bloomingtonil.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=12519,plainText=false) | https://mytown.theboringparts.com/city/bloomingtonil/#m725970 | flock | stated | 1 | 0 | 0 | IL |
| 2057 | 2057 | Flock Safety, Inc. | Woodstock | IL | 2023-11-21 | approve expenditure and five-year agreement | 10000.0 | Approval of an expenditure from the FY23/24 CIP budget for the installation of four (4) additional Flock Safety, Inc. Falcon Automated License Plate Readers (ALPRs) for $10,000, as well as, approve the City of Woodstock to enter into a five-year agreement with Flock Safety, Inc. that will secure a set cost of $32,500 per year for access to the Flock cameras. | https://www.woodstockil.gov/AgendaCenter/ViewFile/Minutes/_11212023-142 | https://mytown.theboringparts.com/city/woodstockil.gov/#m1152645 | flock | 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);