surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:fusion:fusus", state = "OK" and vendor = "Fusus (Axon)" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3227 | 3227 | Fusus (Axon) | Oklahoma City | OK | 2023-01-17 | real-time crime center (contract award and approval) | 125000.0 | Professional Services Agreement with Fusus, for the provision of a Real Time Crime Center for the Police Department (C237067), estimated cost $125,000, January 17, 2023 through January 16, 2024. | https://okc.primegov.com/Public/CompiledDocument/54771 | https://mytown.theboringparts.com/city/okc/2023/#m639721 | sv:fusion:fusus | estimated | 1 | 1 | 0 | OK |
| 3223 | 3223 | Fusus (Axon) | Oklahoma City | OK | 2024-03-26 | real-time crime center (amend) | 90000.0 | Amendment No. 1 to Professional Services Agreement with Fusus, LLC (R24-C237067), for the provision of a Real Time Information Center for the Police Department, increase of $90,000. | https://okc.primegov.com/Public/CompiledDocument/63609 | https://mytown.theboringparts.com/city/okc/2024/#m640536 | sv:fusion:fusus | stated | 1 | 1 | 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);