surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:motorola:motorola", state = "WA" and vendor = "Motorola Solutions" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2978 | 2978 | Motorola Solutions | Klickitat County | WA | 2024-06-11 | body cameras (purchase) | 105126.0 | Recommendation and Request for Authorization to Purchase from the Sheriff's Office for the Following: two (2) Motorola Solutions-Body Cameras, two (2) Axon Tasers, one (1) Lexipol Policies Patrol and one (1) Lexipol Policies Jail for the total budgeted amount of $105,126.73. | https://klickitatcowa.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=1279,plainText=false) | https://mytown.theboringparts.com/city/klickitatcowa/2024/#m785738 | sv:motorola:motorola | recommended | 1 | 0 | 0 | WA |
| 2995 | 2995 | Motorola Solutions | Adams County | WA | 2026-03-11 | ArcGIS Pro Migration (authorize contract) | 9974.0 | Commissioner Weise moved, Garza seconded, to authorize the Charman sign Motorola Quote – 3500419 Statement of Work, for ArcGIS Pro Migration for Flex, which allows the migration from ArcGIS Desktop to ArcGIS Pro, in the amount of $9,974.84, excluding sales tax, with funds to be expended from Fund #103A. | https://adamscowa.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=318,plainText=false) | https://mytown.theboringparts.com/city/adamscowa/#m766670 | sv:motorola:motorola | 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);