surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "CA" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2917 | 2917 | Idemia | Inyo County | CA | 2024-06-04 | Livescan machine (approve and award contract) | 42199.0 | Moved by Supervisor Orrill and seconded by Supervisor Marcellin to approve and award the contract for Livescan machine, training, maintenance and associated services to Idemia of Reston, VA in an amount not to exceed $42,199.74, and authorize the Chairperson to sign. | https://inyococa.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2846,plainText=false) | https://mytown.theboringparts.com/city/inyococa/2024/#m828081 | sv:face:idemia | ceiling | 1 | 1 | 0 | CA |
| 3584 | 3584 | Idemia | Salinas | CA | 2021-02-16 | fingerprint workstation (purchase) | 39000.0 | Approve a Resolution authorizing the direct purchase of the MBIS Multimodal Expert Workstation from IDEMIA at a total cost of $39,000. | https://legistar2.granicus.com/salinas/meetings/2021/2/2002_A_City_Council_21-02-16_Meeting_Agenda.pdf | https://mytown.theboringparts.com/city/salinas/2021/#m344747 | sv:face:idemia | stated | 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);