surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where state = "CA" and vendor = "American Traffic Solutions" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4255 | 4255 | American Traffic Solutions | San Jose | CA | 2024-12-03 | red-light enforcement solution (award contract) | 201600.0 | Negotiate and execute an agreement with American Traffic Solutions, Inc. dba Verra Mobility (Mesa, AZ) to provide a red-light enforcement solution for the Department of Transportation, including related hardware, installation, software, maintenance, support, citation issuance and processing, and other related services, for a maximum compensation not to exceed $201,600 during the initial term beginning on or about December 4, 2024 through November 30, 2025, subject to the appropriation of funds; | https://legistar.granicus.com/sanjose/meetings/2024/12/6763_A_City_Council_24-12-03_Amended_Agenda.pdf | https://mytown.theboringparts.com/city/sanjose/2024/#m349519 | sv:photo_enforce:ats | 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);