surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:drone:skydio" and state = "WA" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3239 | 3239 | Skydio | Whatcom County | WA | 2024-08-06 | autonomous police drones (award bid) | 57484.0 | Request authorization for the County Executive to award Bid #24-74 for the purchase of two Skydio X10 drones, accessories, software, and training from Axon Enterprise Inc, located in Scottsdale, Arizona, in an amount not to exceed $57,484.20 | https://whatcom.legistar1.com/whatcom/meetings/2024/8/2720_A_Council_Finance_and_Administrative_Services_Committee_24-08-06_Meeting_Agenda.pdf | https://mytown.theboringparts.com/city/whatcom/2024/#m617586 | sv:drone:skydio | ceiling | 1 | 0 | 0 | WA |
| 3240 | 3240 | Skydio | Whatcom County | WA | 2024-08-06 | X10 drones (award bid) | 57484.0 | Request authorization for the County Executive to award Bid #24-74 for the purchase of two Skydio X10 drones, accessories, software, and training from Axon Enterprise Inc, located in Scottsdale, Arizona, in an amount not to exceed $57,484.20 | https://whatcom.legistar1.com/whatcom/meetings/2024/8/2727_A_Council_24-08-06_Meeting_Agenda.pdf | https://mytown.theboringparts.com/city/whatcom/2024/#m617583 | sv:drone:skydio | ceiling | 2 | 0 | 0 | WA |
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);