surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
5 rows where ledger = "sv:fusion:fusus", state = "IL" and vendor = "Fusus (Axon)" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, amount, quote, amount_type, dup_rank, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3838 | 3838 | Fusus (Axon) | Aurora | IL | 2023-09-19 | real-time crime center (award contract) | 666328.0 | A Resolution authorizing the Director of Purchasing to purchase five-year subscription for a Real-Time Crime Center analytics solution from Fusus, Peachtree Corners, GA for a total award of $666,328.00 with a 10% contingency. | https://legistar1.granicus.com/aurora-il/meetings/2023/9/3986_M_Committee_of_the_Whole_23-09-19_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/aurora-il/2023/#m74587 | sv:fusion:fusus | stated | 1 | 0 | 0 | IL |
| 3841 | 3841 | Fusus (Axon) | Aurora | IL | 2023-09-26 | real-time crime center analytics (purchase) | 666328.0 | A Resolution authorizing the Director of Purchasing to purchase five-year subscription for a Real-Time Crime Center analytics solution from Fusus, Peachtree Corners, GA for a total award of $666,328.00 with a 10% contingency. | https://legistar1.granicus.com/aurora-il/meetings/2023/9/4009_M_City_Council_23-09-26_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/aurora-il/2023/#m74565 | sv:fusion:fusus | stated | 2 | 0 | 0 | IL |
| 3842 | 3842 | Fusus (Axon) | Aurora | IL | 2023-09-11 | real-time crime center analytics (award bid) | 666328.0 | A Resolution authorizing the Director of Purchasing to purchase five-year subscription for a Real-Time Crime Center analytics solution from Fusus, Peachtree Corners, GA for a total award of $666,328.00 with a 10% contingency. | https://legistar1.granicus.com/aurora-il/meetings/2023/9/4156_M_Infrastructure_and_Technology_Committee_23-09-11_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/aurora-il/2023/#m74466 | sv:fusion:fusus | stated | 3 | 0 | 0 | IL |
| 2834 | 2834 | Fusus (Axon) | Wheaton | IL | 2023-06-19 | camera integration software (execute contract) | 150000.0 | A Resolution Authorizing the Execution of Agreement No. 383 with Fusus for a One-Year Lease of Camera Integration Software and Core Network Appliances for a Total Amount Not to Exceed $150,000 | https://www.wheaton.il.us/AgendaCenter/ViewFile/Minutes/_06192023-2318 | https://mytown.theboringparts.com/city/wheaton.il.us/2023/#m1137292 | sv:fusion:fusus | ceiling | 1 | 0 | 0 | IL |
| 2489 | 2489 | Fusus (Axon) | Burbank | IL | 2024-03-27 | Real Time Crime Center Platform (secured grant funding) | 50000.0 | $50,000 for the Fusus Real Time Crime Center Platform | https://www.burbankil.gov/AgendaCenter/ViewFile/Minutes/_03272024-59 | https://mytown.theboringparts.com/city/burbankil.gov/#m1596079 | sv:fusion:fusus | stated | 1 | 0 | 0 | IL |
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);