surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where state = "FL" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3791 | 3791 | Idemia | Tampa | FL | 2024-12-05 | latent fingerprint workstation (approve contract) | 38409.0 | Resolution approving Idemia Quote (Reference No. IDFL-A041019-02K) inclusive of a Short Form Sales Agreement and Idemia Software License Agreement included as Exhibit A to the Short Form Sales Agreement between the City of Tampa and Idemia Identity & Security USA LLC for the purchase of an Idemia Workstation and Licensing to perform latent fingerprint searches in the estimated amount of $38,409 for use by the Tampa Police Department managed by the Technology and Innovation Department; | https://tampagov.hylandcloud.com/251agendaonline/Documents/DownloadFileBytes/City_Council_Regular_-_December_5%2C_2024_2500_Minutes_12_5_2024_9_00_00_AM.pdf?documentType=2&meetingId=2500 | https://mytown.theboringparts.com/city/ob-tampa-fl/2024/#m213363 | sv:face:idemia | estimated | 1 | 0 | 0 | FL |
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);