surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where state = "PA" and vendor = "WatchGuard Video" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, spend_date, amount, quote, dup_rank, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2757 | 2757 | WatchGuard Video | Wyomissing | PA | 2025-05-13 | in-car video systems (approve contract) | 55404.0 | authorizing the next WatchGuard contract beginning 2027 in the amount of $55,404 for three years, with the understanding that no financial obligation is due up front | https://www.wyomissingboro.org/AgendaCenter/ViewFile/Agenda/_05132025-832 | https://mytown.theboringparts.com/city/wyomissingboro.org/2025/#m1266436 | sv:bodycam:watchguard | stated | 1 | 0 | 0 | PA |
| 2758 | 2758 | WatchGuard Video | Wyomissing | PA | 2025-05-13 | in-car video systems (authorize contract) | 55404.0 | authorizing the next WatchGuard contract beginning 2027 in the amount of $55,404 for three years, with the understanding that no financial obligation is due up front | https://www.wyomissingboro.org/AgendaCenter/ViewFile/Minutes/_05132025-831 | https://mytown.theboringparts.com/city/wyomissingboro.org/2025/#m1266435 | sv:bodycam:watchguard | stated | 2 | 0 | 0 | PA |
| 2425 | 2425 | WatchGuard Video | Clarion County | PA | 2026-03-24 | security suite renewal (renew) | 4315.0 | Contract with CDW Government for WatchGuard Total Security Suite Renewal. Effective Date: 9/17/2026. Cost: $4,315.00. | https://www.co.clarion.pa.us/Document%20Center/Department/Commissioners/Meeting%20Minutes/Commissioners%20meeting/2026/3-24-2026%20Commissioners%20meeting%20Minutes.pdf | https://mytown.theboringparts.com/city/rz-co.clarion.pa.us/#m7714945 | sv:bodycam:watchguard | stated | 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);