surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where state = "NE" and vendor = "Vigilant Solutions" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2821 | 2821 | Vigilant Solutions | Bennet | NE | 2025-01-14 | mobile ALPR system and software licenses (renew) | 110000.0 | C-21-0724 with Vigilant Solutions LLC for a mobile license plate reader system and software licenses. (Sole Source SS-160. The amendment renews the contract from January 2, 2025, through January 1, 2026. The cost to the County is not to exceed $110,000.) | https://www.lancaster.ne.gov/AgendaCenter/ViewFile/Minutes/_01142025-2281 | https://mytown.theboringparts.com/city/lancaster.ne.gov/2025/#m1195880 | sv:alpr:vigilant | ceiling | 1 | 1 | 0 | NE |
| 2824 | 2824 | Vigilant Solutions | Bennet | NE | 2023-11-07 | fixed license plate readers (award sole source purchase order) | 85136.0 | Recommendation from the Purchasing Agent on behalf of County Sheriff to award and execute a Sole Source Purchase Order to Vigilant Solutions LLC for fixed license plate readers in the amount of $85,136. | https://www.lancaster.ne.gov/AgendaCenter/ViewFile/Minutes/_11072023-1946 | https://mytown.theboringparts.com/city/lancaster.ne.gov/#m1195755 | sv:alpr:vigilant | recommended | 1 | 1 | 0 | NE |
| 2825 | 2825 | Vigilant Solutions | Bennet | NE | 2026-01-06 | ALPR system & licenses (amend) | 55000.0 | C-21-0724 with Vigilant Solutions LLC for mobile license plate reader system and software licenses. (Sole Source SS-160. The amendment extends the contract from January 2, 2026, to May 31, 2026. The cost is not to exceed $55,000.) | https://www.lancaster.ne.gov/AgendaCenter/ViewFile/Minutes/_01062026-2489 | https://mytown.theboringparts.com/city/lancaster.ne.gov/#m1194913 | sv:alpr:vigilant | ceiling | 1 | 1 | 0 | NE |
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);