surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:face:idemia" and state = "MI" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3774 | 3774 | Idemia | Ann Arbor | MI | 2021-12-06 | fingerprint booking systems (approve purchase) | 33424.0 | Resolution to Approve the Purchase of two Fingerprint Booking Systems through Oakland County CLEMIS from IDEMIA Identity & Security USA LLC ($33,424.00). | https://a2gov.legistar1.com/a2gov/meetings/2021/12/11057_M_City_Council_21-12-06_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/a2gov/2021/#m226018 | sv:face:idemia | stated | 1 | 1 | 0 | MI |
| 2598 | 2598 | Idemia | Garden City | MI | 2021-10-11 | Live Scan system (purchase) | 18964.0 | RESOLVED: Motion to authorize the Police Chief to execute the attached agreement with Idemia & Security USA LLC and CDW-G to purchase a Live Scan system and necessary components for a total cost of $18,964.86 to be paid from the Police Equipment Budget. | https://www.gardencitymi.org/AgendaCenter/ViewFile/Minutes/_10112021-462 | https://mytown.theboringparts.com/city/gardencitymi.org/2021/#m1433932 | sv:face:idemia | stated | 1 | 0 | 0 | MI |
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);