surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where state = "MA" and vendor = "DJI" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3437 | 3437 | DJI | Hingham | MA | 2025-07-15 | DJI Matrice drones (approve contract) | 78353.0 | Ms. Strehle made a motion to authorize the Town Administrator to sign the Agreement with Adorama Camera Incorporated for DJI MATRICE Model Drones to be used by the Police Department in an amount not to exceed $78,353.95. | https://www.hingham-ma.gov/AgendaCenter/ViewFile/Minutes/_07152025-10335 | https://mytown.theboringparts.com/city/hingham-ma.gov/2025/#m505412 | sv:drone:dji | ceiling | 1 | 0 | 0 | MA |
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);