surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where state = "VA" and vendor = "Motorola Solutions" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, amount, quote, dup_rank, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2676 | 2676 | Motorola Solutions | Front Royal | VA | 2025-08-25 | body-worn and in-car cameras (purchase) | 249396.0 | Council authorized the purchase, through cooperative contracting a bundled package consisting of twenty-six (26) Motorola body-worn camera systems and fourteen (14) in-car camera systems for the Police Department in the amount of $249,396.08. | https://www.frontroyalva.com/AgendaCenter/ViewFile/Minutes/_08252025-1389 | https://mytown.theboringparts.com/city/frontroyalva.com/2025/#m1375288 | sv:motorola:motorola | stated | 1 | 0 | 0 | VA |
| 4015 | 4015 | Motorola Solutions | Front Royal | VA | 2025-07-28 | body cameras (purchase) | 249396.0 | Council authorized the purchase, through cooperative contracting a bundled package consisting of twenty-six (26) Motorola body-worn camera systems and fourteen (14) in-car camera systems for the Police Department in the amount of $249,396.08. | https://www.frontroyalva.com/AgendaCenter/ViewFile/Minutes/_07282025-1378 | https://mytown.theboringparts.com/city/frontroyalva.com/2025/#m1375291 | sv:motorola:motorola | stated | 2 | 0 | 0 | VA |
| 2564 | 2564 | Motorola Solutions | Northumberland County | VA | 2025-01-09 | body cameras (approve purchase) | 93402.0 | Motion to approve the purchase of twenty-two (22) body cameras for the Sheriff's Department from Motorola Solutions in the amount of $93,402.00. | https://www.co.northumberland.va.us/AgendaCenter/ViewFile/Minutes/_01092025-1 | https://mytown.theboringparts.com/city/co.northumberland.va.us/2025/#m1496417 | sv:motorola:motorola | stated | 1 | 0 | 0 | VA |
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);