surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "CA" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1662 | 1662 | Flock Safety, Inc. | Pomona | CA | 2024-09-16 | approve sole-source purchase | 500000.0 | Approve a Sole -Source Purchase of Flock Cameras from Flock Safety, Inc. in the Amount Not to Exceed $500,000 | https://pomona.legistar1.com/pomona/meetings/2024/9/2683_A_City_Council___Housing_Authority___Successor_Agency_to_the_Redevelopment_Agency_24-09-16_Regular_Meeting_Agenda.pdf | https://mytown.theboringparts.com/city/pomona/2024/#m336529 | flock | ceiling | 1 | 0 | 0 | CA |
| 1589 | 1589 | Flock Safety, Inc. | Emeryville | CA | 2024-02-20 | approve resolution to authorize lease agreement | 61000.0 | Resolution Of The City Council Of The City Of Emeryville Authorizing The City Manager To Enter Into A 2-Year Lease Agreement With Flock Safety, Inc. For An Automated License Plate Reader System, Appropriate Funding For The System, and Delegate Authority To The City Manager To Extend The Lease Agreement For Up To Three Additional Years For A Total Cost Not to Exceed $ 61,000 Annually. | https://emeryville.legistar1.com/emeryville/meetings/2024/2/2111_M_City_Council_24-02-20_Action_Minutes.pdf | https://mytown.theboringparts.com/city/emeryville/2024/#m214504 | flock | ceiling | 1 | 0 | 0 | CA |
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);