surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
4 rows where state = "FL" and vendor = "Getac Video Solutions" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3625 | 3625 | Getac Video Solutions | Ocala | FL | 2024-09-03 | body-worn cameras (approve purchase) | 295529.0 | Approve the purchase of new Getac body-worn cameras utilizing OMNIA Partners’ Cooperative Purchasing Agreement in an amount not to exceed $295,529 | https://ocala.legistar1.com/ocala/meetings/2024/9/1568_M_City_Council_24-09-03_Synopsis.pdf | https://mytown.theboringparts.com/city/ocala/2024/#m328595 | sv:bodycam:getac | ceiling | 1 | 0 | 0 | FL |
| 3623 | 3623 | Getac Video Solutions | Ocala | FL | 2024-11-05 | in-car & body cameras (renew) | 244000.0 | Approve one-year renewal of contract with PCN-Strategies for Getac In-Car Video and Body Camera computer aided hardware and software with an estimated expenditure amount of $244,000 | https://ocala.legistar1.com/ocala/meetings/2024/11/1572_M_City_Council_24-11-05_Synopsis.pdf | https://mytown.theboringparts.com/city/ocala/2024/#m328621 | sv:bodycam:getac | estimated | 1 | 0 | 0 | FL |
| 3628 | 3628 | Getac Video Solutions | Ocala | FL | 2023-11-21 | in-car video and body camera hardware and software (renew) | 229728.0 | Approve the Fiscal Year 2023-24 annual renewal of maintenance for Getac in-car video and body camera computer aided hardware and software in an amount not to exceed $229,728 | https://ocala.legistar1.com/ocala/meetings/2023/11/1160_M_City_Council_23-11-21_Minutes.pdf | https://mytown.theboringparts.com/city/ocala/2023/#m328478 | sv:bodycam:getac | ceiling | 1 | 0 | 0 | FL |
| 3617 | 3617 | Getac Video Solutions | Ocala | FL | 2025-11-18 | in-car video and body camera systems (renew) | 229280.0 | One-year renewal of the contract with PCN-Strategies for Getac in-car video and body camera computer aided hardware and software with an estimated expenditure amount of $229,280 | https://ocala.legistar1.com/ocala/meetings/2025/11/3505_M_City_Council_25-11-18_Minutes.pdf | https://mytown.theboringparts.com/city/ocala/2025/#m328792 | sv:bodycam:getac | 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);