surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "sv:forensics:cellebrite" and state = "FL" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: product, amount_type, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3621 | 3621 | Cellebrite | Ocala | FL | 2025-04-01 | forensic software (renew) | 86380.0 | Approve one-year contract renewal of the agreement with Cellebrite, Inc., for forensic software with an estimated expenditure of $86,380 | https://ocala.legistar1.com/ocala/meetings/2025/4/3391_M_City_Council_25-04-01_Synopsis.pdf | https://mytown.theboringparts.com/city/ocala/2025/#m328678 | sv:forensics:cellebrite | estimated | 1 | 0 | 0 | FL |
| 3900 | 3900 | Cellebrite | Ocala | FL | 2026-04-07 | forensic software (renew) | 56910.0 | One-year renewal of the contract with Cellebrite, Inc., for Ocala Police Department forensic software with an annual expenditure of $56,910 | https://ocala.legistar1.com/ocala/meetings/2026/4/3570_M_City_Council_26-04-07_Synopsis.pdf | https://mytown.theboringparts.com/city/ocala/#m6151 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | FL |
| 3620 | 3620 | Cellebrite | Ocala | FL | 2025-04-15 | licensing (budget) | 8800.0 | Adopt Budget Resolution 2025-145 amending the Fiscal Year 2024-25 budget to accept and appropriate a donation from Kimberly’s Center for Child Protection to purchase Cellebrite licensing totaling $8,800 | https://ocala.legistar1.com/ocala/meetings/2025/4/3392_M_City_Council_25-04-15_Synopsis.pdf | https://mytown.theboringparts.com/city/ocala/2025/#m328684 | sv:forensics:cellebrite | stated | 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);