surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "sv:drone:dji" and state = "IL" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: amount_type, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3650 | 3650 | DJI | Lombard | IL | 2021-09-01 | Matrice 300 RTK drone (purchase) | 29433.0 | Staff recommendation to purchase one DJI Matrice 300 RTK sUAS with Zenmuse H20T camera and one DJI Mini 2 sUAS from Aerial Influence LLC in the amount of $29,433.00. | https://legistar1.granicus.com/Lombard/meetings/2021/9/6969_M_Public_Safety___Transportation_Committee__21-09-01_Minutes.pdf | https://mytown.theboringparts.com/city/lombard/2021/#m302033 | sv:drone:dji | recommended | 1 | 0 | 0 | IL |
| 2627 | 2627 | DJI | Schiller Park | IL | 2023-06-15 | Mavic 3T drone (purchase) | 5498.0 | Motion by Trustee Klug, seconded by Trustee Sheridan to purchase a DJI Mavic 3T drone from ABT for $5,498. Drug Asset funds will be used to purchase the drone and authorize the Village Manager to execute the necessary documents and undertake such action to effectuate same. | https://www.villageofschillerpark.com/AgendaCenter/ViewFile/Minutes/_06152023-1717 | https://mytown.theboringparts.com/city/villageofschillerpark.com/2023/#m1397915 | sv:drone:dji | stated | 1 | 0 | 0 | IL |
| 3054 | 3054 | DJI | Rock Island County | IL | 2024-11-01 | drone controller (purchase) | 1600.0 | DJI RC Plus Drone Controller-$1600.00-APPROVED | https://rockislandil.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=1084,plainText=false) | https://mytown.theboringparts.com/city/rockislandil/2024/#m734334 | sv:drone:dji | stated | 1 | 0 | 0 | IL |
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);