surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where ledger = "sv:camera:verkada", state = "VA" and vendor = "Verkada" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3832 | 3832 | Verkada | Prince William County Public Schools | VA | 2023-09-06 | network surveillance cameras (apply for grant to purchase) | 350000.0 | That the Prince William County School Board authorizes Prince William County Public Schools to apply for a $350,000 grant from the Virginia Department of Education (VDOE) to purchase Verkada Network Surveillance Cameras and the required hardware and licenses for three schools-Mountain View Elementary, Penn Elementary, and Beville Middle; and that the School Board authorize the acceptance of this grant should our application be funded. | https://go.boarddocs.com/vsba/pwcs/Board.nsf/BD-GetMinutes?open&id=CTLHFB484300 | https://mytown.theboringparts.com/city/bd-vsba-pwcs/2023/#m85320 | sv:camera:verkada | stated | 1 | 1 | 0 | VA |
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);