surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "flock", state = "NC" and vendor = "Flock Safety" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, geo_suspect, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1971 | 1971 | Flock Safety | Mooresboro | NC | 2025-03-17 | awarding a contract | 300000.0 | Approved a request from the Mooresville Police Department to adopt a Resolution awarding a contract in the amount of $300,000.00 to Flock Safety for the purchase of two Drones as First Responder (DFR) 2.0 system, including hardware, software, and services, and associated Budget Ordinance. | https://mooresvillenc.granicus.com/MinutesViewer.php?view_id=1&clip_id=535 | https://mytown.theboringparts.com/city/gr-mooresvillenc/2025/#m834240 | flock | stated | 1 | 1 | 0 | NC |
| 1944 | 1944 | Flock Safety | Pender County | NC | 2025-01-21 | approve | 70600.0 | Approval of Budget Ordinance Amendment, Purchase Order, and Authorization for Contract Amount $70,600 for Flock Camera System as previously presented | https://penderconc.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=899,plainText=false) | https://mytown.theboringparts.com/city/penderconc/2025/#m801555 | flock | stated | 1 | 0 | 0 | NC |
| 1943 | 1943 | Flock Safety | Pender County | NC | 2024-12-19 | authorize contract | 57600.0 | Authorization to Execute Contract with Flock Safety in the amount of $57,600.00. | https://penderconc.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=862,plainText=false) | https://mytown.theboringparts.com/city/penderconc/2024/#m801547 | flock | stated | 1 | 0 | 0 | NC |
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);