surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where state = "AZ" and vendor = "Flock, LLC" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1598 | 1598 | Flock, LLC | Apache Junction | AZ | 2022-05-03 | consideration of proposed agreement | 80350.0 | Consideration on proposed agreement with Flock, LLC for the implementation of a new public safety camera program. The initial term is a two-year agreement not to exceed $80,350, with year one funded by an Arizona State Vehicle Theft Task Force grant in the amount of $15,000 and $27,800 out of General Fund. | https://legistar1.granicus.com/apachejunction/meetings/2022/5/3082_M_City_Council_Meeting_22-05-03_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/apachejunction/2022/#m230487 | flock | ceiling | 1 | 0 | 0 | AZ |
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);