surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where vendor = "Flock Safety Group 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1795 | 1795 | Flock Safety Group Inc. | Arcadia | CA | 2025-11-18 | Approve | 129000.0 | Purchase Order with Flock Safety Group Inc . for the purchase of Automated License Plate Reader (“ALPR”) c amera subscription for 43 ALPR cameras in an amount not to exceed $129,000. | https://www.arcadiaca.gov/Document%20Center/Government/City%20Clerk/Agenda%20and%20Minutes/2025/Packet/2025-11-18_CC_Meeting_Agenda.pdf | https://mytown.theboringparts.com/city/rz-arcadiaca.gov/#m575871 | flock | ceiling | 1 | 0 | 0 | CA |
| 2211 | 2211 | Flock Safety Group Inc. | Garden City | MI | 2023-06-26 | approve the attached agreement | 72850.0 | Motion to approve the attached agreement with Flock Safety Group Inc. of Atlanta, Georgia for the installation, use, and maintenance of 21 Automated License Plate Readers for $72,850.00 in year one of the agreement then $65,500.00 in following years until terminated by either party. | https://www.gardencitymi.org/AgendaCenter/ViewFile/Minutes/_06262023-619 | https://mytown.theboringparts.com/city/gardencitymi.org/2023/#m1434090 | flock | stated | 1 | 0 | 0 | MI |
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);