surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "PA" and vendor = "Avigilon" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2796 | 2796 | Avigilon | Centre County | PA | 2025-03-04 | camera system appliance (approve contract) | 11673.0 | Consider approval of a contract with Watkins Security, LLC to provide an Avigilon appliance and network storage device for the County camera system. The contract total is $11,673 – Dept 142. | https://www.centrecountypa.gov/AgendaCenter/ViewFile/Minutes/_03042025-2043 | https://mytown.theboringparts.com/city/centrecountypa.gov/2025/#m1218115 | sv:camera:avigilon | stated | 1 | 0 | 0 | PA |
| 2797 | 2797 | Avigilon | Centre County | PA | 2023-08-22 | surveillance cameras (approve contract) | 10575.0 | Approve a contract with Watkins Security, LLC to install additional Avigilon cameras at the Magisterial District 49-3-02. The contract total is estimated at $10,575 – Dept. 971. | https://www.centrecountypa.gov/AgendaCenter/ViewFile/Minutes/_08222023-1629 | https://mytown.theboringparts.com/city/centrecountypa.gov/2023/#m1217979 | sv:camera:avigilon | estimated | 1 | 0 | 0 | PA |
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);