surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "sv:bodycam:watchguard" and state = "OK" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, amount, amount_type, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2568 | 2568 | WatchGuard Video | Purcell | OK | 2023-08-07 | body cameras and car cameras (award contract) | 546000.0 | Watchguard -$546,000.00 (install fee included) | https://www.cityofpurcell.com/AgendaCenter/ViewFile/Minutes/_08072023-478 | https://mytown.theboringparts.com/city/cityofpurcell.com/2023/#m1487493 | sv:bodycam:watchguard | stated | 1 | 0 | 0 | OK |
| 3464 | 3464 | WatchGuard Video | Chickasha | OK | 2023-10-02 | in-car camera system (authorize purchase) | 7275.0 | authorize the purchase of an in-car camera system from Watchguard / Motorola, a sole source provider for upfitting of the 2021 Dodge Durango PIU for an amount not to exceed $7,275.00. | https://chickashaok.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2793,plainText=false) | https://mytown.theboringparts.com/city/chickashaok/2023/#m465079 | sv:bodycam:watchguard | ceiling | 1 | 0 | 0 | OK |
| 3466 | 3466 | WatchGuard Video | Chickasha | OK | 2023-08-21 | in-car camera system (purchase) | 7275.0 | to approve the purchase of a n in -car camera system from Watchguard / Motorola, a sole source provider for the upfitting of a new 2023 Dodge Durango P ursuit AWD vehicle for an amount not to exceed $7,275.00. | https://chickashaok.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2744,plainText=false) | https://mytown.theboringparts.com/city/chickashaok/2023/#m465065 | sv:bodycam:watchguard | ceiling | 1 | 0 | 0 | OK |
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);