surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:face:idemia", state = "OH" and vendor = "Idemia" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3827 | 3827 | Idemia | Columbus | OH | 2021-04-19 | AFIS upgrade (authorize contract) | 944027.0 | To authorize the Director of Public Safety to enter into contract with Idemia Identity & Security USA, LLC., to continue payments for the upgraded Automated Fingerprint Identification System (AFIS) for the Division of Police in accordance with the sole source provisions of Columbus City Code; to authorize the appropriation of $472,013.50 within the Special Income Tax Debt Fund; and to authorize an expenditure of $944,027.00 from the General Fund and Special Income Tax Fund. ($944,027.00) | https://legistar3.granicus.com/Columbus/meetings/2021/4/5796_M_Columbus_City_Council_21-04-19_Minutes_-_Final.pdf | https://mytown.theboringparts.com/city/columbus/2021/#m144354 | sv:face:idemia | stated | 1 | 0 | 0 | OH |
| 3828 | 3828 | Idemia | Columbus | OH | 2021-04-26 | AFIS upgrade (enter into contract) | 944027.0 | To authorize the Director of Public Safety to enter into contract with Idemia Identity & Security USA, LLC., to continue payments for the upgraded Automated Fingerprint Identification System (AFIS) for the Division of Police in accordance with the sole source provisions of Columbus City Code; to authorize the appropriation of $472,013.50 within the Special Income Tax Debt Fund; and to authorize an expenditure of $944,027.00 from the General Fund and Special Income Tax Fund. ($944,027.00) | https://legistar3.granicus.com/Columbus/meetings/2021/4/5797_M_Columbus_City_Council_21-04-26_Minutes_-_Final.pdf | https://mytown.theboringparts.com/city/columbus/2021/#m144353 | sv:face:idemia | stated | 2 | 0 | 0 | OH |
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);