surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "MD" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2999 | 2999 | Idemia | Kent County | MD | 2026-03-17 | LiveScan System (purchase) | 33013.0 | Dennis Hickman, Sheriff, Kent County Sheriff's Office, Idemia Identity and Security USA LLC LiveScan System Purchase in the amount of $33,013.00; and reallocation of departmental funds in the amount of $4,141.00 | https://kentcountymd.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2602,plainText=false) | https://mytown.theboringparts.com/city/kentcountymd/#m763023 | sv:face:idemia | stated | 1 | 0 | 0 | MD |
| 2998 | 2998 | Idemia | Kent County | MD | 2026-03-24 | LiveScan fingerprint system (purchase) | 10013.0 | Quotes were obtained from IDEMIA for $10,013.00 and HID for $12,043.69; other vendors were either unavailable or unable to meet Maryland’s requirements. | https://kentcountymd.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2631,plainText=false) | https://mytown.theboringparts.com/city/kentcountymd/#m763024 | sv:face:idemia | stated | 1 | 0 | 0 | MD |
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);