surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "FL" and vendor = "ShotSpotter" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3813 | 3813 | ShotSpotter | Pompano Beach | FL | 2024-03-12 | gunshot detection subscription (sign 5-year contract) | 1706250.0 | Consideration to sign a 5-year contract with Shotspotter. (Fiscal Impact: $1,706,250) | https://pompano.legistar1.com/pompano/meetings/2024/3/1512_A_City_Commission_24-03-12_Agenda.pdf | https://mytown.theboringparts.com/city/pompano/2024/#m163229 | sv:gunshot:shotspotter | stated | 1 | 0 | 0 | FL |
| 3786 | 3786 | ShotSpotter | Tampa | FL | 2025-06-05 | gunfire detection system (approve contract) | 840000.0 | Resolution approving a three year SoundThinking Master Services Agreement between the City of Tampa and SoundThinking Inc. for the furnishing of ShotSpotter Gunfire Detection System in the estimated combined amount of $840,000 for use by the Tampa Police Department effective June 20, 2025 to June 19, 2028; authorizing execution by the Mayor of of the City of Tampa; providing an effective date. | https://tampagov.hylandcloud.com/251agendaonline/Documents/DownloadFileBytes/City_Council_Regular_-_June_5%2C_2025_2556_Minutes_6_5_2025_9_00_00_AM.pdf?documentType=2&meetingId=2556 | https://mytown.theboringparts.com/city/ob-tampa-fl/2025/#m213453 | sv:gunshot:shotspotter | 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);