surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "KS" and vendor = "CellHawk" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2621 | 2621 | CellHawk | Westmoreland | KS | 2024-08-01 | CellHawk mapping software (approve contract) | 3500.0 | Subscription Services Agreement with LeadsOnline LLC, for the CellHawk Cell Phone Mapping & Analysis System, for the term August 1, 2024 through July 31, 2027 at the following annual rates: • August 1, 2024 through July 31, 2025 $3,500.00 | https://www.westmorelandcountypa.gov/AgendaCenter/ViewFile/Minutes/_08012024-474 | https://mytown.theboringparts.com/city/westmorelandcountypa.gov/2024/#m1398368 | sv:intercept:cellhawk | stated | 1 | 0 | 0 | KS |
| 4192 | 4192 | CellHawk | Pittsburg | KS | 2026-02-11 | CellHawk software renewal (renew) | 2754.0 | LeadsOnline LLC – CellHawk software renewal 2,754.00 | https://pittsburgh.granicus.com/MinutesViewer.php?view_id=2&clip_id=7645 | https://mytown.theboringparts.com/city/gr-pittsburgh/#m596281 | sv:intercept:cellhawk | stated | 1 | 0 | 0 | KS |
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);