surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "WA" and vendor = "Genetec" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2563 | 2563 | Genetec | East Wenatchee | WA | 2023-10-17 | surveillance & access control (approve contract) | 46250.0 | Motion by Councilmember Tidd to approve Resolution 2023-52, authorizing Mayor Crawford to execute a contract between the City of East Wenatchee and CompuNet Inc. for the Genetec Surveillance and Access Control System project for an amount not to exceed $46,250.00. | https://www.eastwenatcheewa.gov/AgendaCenter/ViewFile/Minutes/_10172023-264 | https://mytown.theboringparts.com/city/eastwenatcheewa.gov/#m1498256 | sv:alpr:genetec | ceiling | 1 | 0 | 0 | WA |
| 2779 | 2779 | Genetec | Island County | WA | 2025-02-18 | security cameras software (renew) | 30043.0 | Contract with Justice Systems to Renew Annual Support and Maintenance for Keycards, Security Cameras, Electronic Door Locks and Genetec Software. Term: 2/1/25-1/31/26; Amount: $30,043 (RM-IT-2025-32). | https://www.islandcountywa.gov/AgendaCenter/ViewFile/Minutes/_02182025-898 | https://mytown.theboringparts.com/city/islandcountywa.gov/2025/#m1238444 | sv:alpr:genetec | stated | 1 | 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);