surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
5 rows where ledger = "sv:bodycam:utility_assoc", state = "SC" and vendor = "Utility Associates" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: product, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3477 | 3477 | Utility Associates | Columbia | SC | 2022-09-20 | communication systems (award contract) | 103356.0 | Utility Associates Decatur, GA Twenty-nine (29) Communication Systems/Rockets State Contact #4400021612 Funding Source: Capital Replacement - Computer Equipment /Hardware (6308972- 627500) - $103,356.00 | https://columbiasc.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=842,plainText=false) | https://mytown.theboringparts.com/city/columbiasc/2022/#m460018 | sv:bodycam:utility_assoc | stated | 1 | 0 | 0 | SC |
| 4242 | 4242 | Utility Associates | Columbia | SC | 2024-04-16 | AVaiL Web evidence (renew) | 97174.0 | Award to Utility Associates Inc., using the SC State Contact in the amount of $97,174.08. | https://columbiasc.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=474,plainText=false) | https://mytown.theboringparts.com/city/columbiasc/2024/#m460134 | sv:bodycam:utility_assoc | stated | 1 | 0 | 0 | SC |
| 3474 | 3474 | Utility Associates | Columbia | SC | 2026-03-17 | Rocket IoT in-car video (renew) | 93204.0 | Award to Utility Associates, Inc., using the South Carolina State Contract in the amount of $93,204.00. | https://columbiasc.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=4711,plainText=false) | https://mytown.theboringparts.com/city/columbiasc/#m460273 | sv:bodycam:utility_assoc | stated | 1 | 0 | 0 | SC |
| 3475 | 3475 | Utility Associates | Columbia | SC | 2025-05-06 | Rocket IoT in-car video (renew) | 88063.0 | Award to Utility Associates, Inc., using the SC State Contract in the amount of $88,063.00. | https://columbiasc.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=615,plainText=false) | https://mytown.theboringparts.com/city/columbiasc/2025/#m460204 | sv:bodycam:utility_assoc | stated | 1 | 0 | 0 | SC |
| 3476 | 3476 | Utility Associates | Columbia | SC | 2023-01-17 | communication systems (purchase) | 85536.0 | Utility Associates Twenty-four (24) Communication Systems/Rockets State Contract #4400021612 $85,536.00 | https://columbiasc.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=285,plainText=false) | https://mytown.theboringparts.com/city/columbiasc/2023/#m460043 | sv:bodycam:utility_assoc | stated | 1 | 0 | 0 | SC |
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);