surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "sv:rms:centralsquare" and state = "CO" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: product, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3700 | 3700 | CentralSquare | Denver | CO | 2023-11-20 | Computer Aided Dispatch software (approve contract) | 3067157.0 | Approves a contract with CentralSquare Technologies, LLC for $3,067,157 and for five years for licensing and support of the Computer Aided Dispatch software supporting Denver 911, citywide. | https://denver.legistar1.com/denver/meetings/2023/11/8621_M_City_Council_23-11-20_Council_Minutes.pdf | https://mytown.theboringparts.com/city/denver/2023/#m277602 | sv:rms:centralsquare | stated | 1 | 0 | 0 | CO |
| 3701 | 3701 | CentralSquare | Denver | CO | 2023-11-14 | CAD software licensing (approve contract) | 3067157.0 | Approves a contract with CentralSquare Technologies, LLC for $3,067,157 and for five years for licensing and support of the Computer Aided Dispatch software supporting Denver 911, citywide. | https://denver.legistar1.com/denver/meetings/2023/11/8618_A_Mayor-Council_23-11-14_Mayor-Council_Agenda.pdf | https://mytown.theboringparts.com/city/denver/2023/#m277597 | sv:rms:centralsquare | stated | 2 | 0 | 0 | CO |
| 3702 | 3702 | CentralSquare | Denver | CO | 2023-11-07 | CAD software licensing (approve contract) | 3067157.0 | Approves a contract with CentralSquare Technologies, LLC for $3,067,157 and for five years for licensing and support of the Computer Aided Dispatch software supporting Denver 911, citywide. | https://denver.legistar1.com/denver/meetings/2023/11/8603_M_Finance___Governance_Committee_23-11-07_Committee_Minutes.pdf | https://mytown.theboringparts.com/city/denver/2023/#m277585 | sv:rms:centralsquare | stated | 3 | 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);