surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "CA" and vendor = "Paladin Drones" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2851 | 2851 | Paladin Drones | Upland | CA | 2025-05-12 | first responder drones (approve contract) | 335800.0 | Approve an agreement with Paladin Drones Inc. for the procurement of the First Responder Paladin Drones system for the total amount of $335,800 for a five-year contract; and authorize the City Manager to execute the agreement. | https://pub-upland.escribemeetings.com/FileStream.ashx?DocumentId=3774 | https://mytown.theboringparts.com/city/pub-upland/2025/#m949146 | sv:drone:paladin | stated | 1 | 0 | 0 | CA |
| 2960 | 2960 | Paladin Drones | Milpitas | CA | 2025-11-18 | drone docking station + subscription (purchase and renew subscription) | 91875.0 | Authorized the City Manager, or designee, to negotiate and execute a purchase order agreement with Paladin Drones Inc. for the purchase of an additional drone docking station and renew annual subscription fee for a 1-year term for a not-to-exceed amount of $91,875, subject to the appropriation of funds; | https://milpitasca.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=5051,plainText=false) | https://mytown.theboringparts.com/city/milpitasca/2025/#m801196 | sv:drone:paladin | stated | 1 | 0 | 0 | CA |
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);