surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "GA" and vendor = "Flock 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1767 | 1767 | Flock Group Inc. | Barrow County | GA | 2024-10-23 | approve the purchase and installation | 61600.0 | Consideration to approve the purchase and installation of flock cameras at the Barrow County Parks & Recreation Center and Winder Legacy Park from Flock Group Inc. of Atlanta, GA, in the amount of $61,600.00. | https://barrowga.granicus.com/MinutesViewer.php?view_id=2&clip_id=166 | https://mytown.theboringparts.com/city/gr-barrowga/2024/#m555082 | flock | stated | 1 | 1 | 0 | GA |
| 2273 | 2273 | Flock Group Inc. | Thomaston | GA | 2023-12-19 | authorize the Mayor to execute the agreement | 2500.0 | Flock Group Inc. is offering a deal to lock into a five-year agreement with each camera priced at $2,500.00 but if the city does not lock into the five year agreement then there will be a $500.0 | https://www.cityofthomaston.com/AgendaCenter/ViewFile/Minutes/_12192023-281 | https://mytown.theboringparts.com/city/cityofthomaston.com/#m1518983 | flock | stated | 1 | 0 | 0 | GA |
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);