surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:drone:dji" and state = "MN" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2412 | 2412 | DJI | McLeod County | MN | 2018-07-17 | Matrice 210 drone (purchase) | 23641.0 | Consider approval of purchase of a DJI (Dà-Jiāng Innovations) Matrice 210 Drone and related equipment through Maverick Drone Systems (Savage, Minnesota) for $23,641.00.* | https://www.mcleodcountymn.gov/Agendas%20&%20Minutes/2016-2020/2018/20180717%20Meeting%20Minutes.pdf | https://mytown.theboringparts.com/city/rz-mcleodcountymn.gov/#m7982941 | sv:drone:dji | stated | 1 | 0 | 0 | MN |
| 3456 | 3456 | DJI | Cottage Grove | MN | 2025-09-17 | Matrice 4 Series drone (accept donation) | 10536.0 | Accept the donation of the DJI Matrice 4 Series drone with the value of $10,536.15. | https://cottagegrovemn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=1146,plainText=false) | https://mytown.theboringparts.com/city/cottagegrovemn/2025/#m470529 | sv:drone:dji | stated | 1 | 0 | 0 | MN |
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);