surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "TX" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2531 | 2531 | DJI | Snyder | TX | 2024-02-05 | DJI Mavic 3 Thermal Drones (approve purchase) | 38159.0 | Councilmember Jerry Webb made the motion to approve the purchase of 5 DJI Mavic 3 Thermal Drones from RMUS for $38,159.90 for Dept. 16. | https://www.ci.snyder.tx.us/AgendaCenter/ViewFile/Minutes/_02052024-446 | https://mytown.theboringparts.com/city/ci.snyder.tx.us/#m1543487 | sv:drone:dji | stated | 1 | 0 | 0 | TX |
| 2454 | 2454 | DJI | Burnet County | TX | 2026-07-14 | Matrice 4TD drones (approve purchase) | 22962.0 | Two (2) DJI Matrice 4TD Drones in an amount not to exceed $22,962. | https://public.destinyhosted.com/agenda_publish.cfm?id=28763&mt=ALL&get_month=7&get_year=2026&dsp=min&seq=4587 | https://mytown.theboringparts.com/city/aq-28763/#m6748058 | sv:drone:dji | ceiling | 1 | 1 | 0 | TX |
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);