surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "flock", state = "CO" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1621 | 1621 | Flock Group Inc | Denver | CO | 2025-04-02 | amend contract | 666000.0 | 25-0413 Amends a Framework Agreement with Flock Group Inc to add $666,000.00 for a new total of $1,005,450.00 and 24 months for a new end date of 02-28-2027 to provide solar-powered license plate recognition cameras, citywide (POLIC-202472539-00/POLIC-202578012-01). | https://denver.legistar1.com/denver/meetings/2025/4/9447_M_Safety%2C_Housing%2C_Education___Homelessness_Committee_25-04-02_Committee_Minutes.pdf | https://mytown.theboringparts.com/city/denver/2025/#m278171 | flock | stated | 1 | 0 | 0 | CO |
| 1622 | 1622 | Flock Group Inc | Denver | CO | 2025-04-08 | Amends a Framework Agreement | 666000.0 | 25-0413 Amends a Framework Agreement with Flock Group Inc to add $666,000.00 for a new total of $1,005,450.00 and 24 months for a new end date of 02-28-2027 to provide solar-powered license plate recognition cameras, citywide | https://denver.legistar1.com/denver/meetings/2025/4/9463_A_Mayor-Council_25-04-08_Mayor-Council_Agenda.pdf | https://mytown.theboringparts.com/city/denver/2025/#m278178 | flock | stated | 1 | 0 | 0 | CO |
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);