surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
6 rows where ledger = "flock" and state = "NC" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2365 | 2365 | Flock | Jackson County | NC | 2026-05-19 | proposed budget | 1318543.0 | Equipment: $1,318,543. Highlights under this category included computers, servers, printers, software, garage equipment, recreation equipment, law enforcement flock cameras, guns and emergency communication equipment. | https://www.jacksonnc.org/AgendaCenter/ViewFile/Minutes/_05192026-166 | https://mytown.theboringparts.com/city/jacksonnc.org/#m7719083 | flock | stated | 1 | 0 | 0 | NC |
| 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 |
| 1630 | 1630 | Flock Group Inc. (Flock Safety) | Gaston County | NC | 2023-09-26 | appropriate funds and accept as sole source vendor for purchase | 180000.0 | To Appropriate Funds ($180,000) from the Federal (Treasury/Justice) Drug Asset Forfeiture and Equitable Sharing Program and the Controlled Substance Abuse Tax for the Purpose of Purchasing Department Equipment; and to Accept Flock Group Inc. (Flock Safety) as a Sole Source Vendor for the Purchase of Flock Safety ALPR Camera System | https://gaston.legistar1.com/gaston/meetings/2023/9/1251_A_Board_of_Commissioners_23-09-26_Agenda_noDep.pdf | https://mytown.theboringparts.com/city/gaston/2023/#m287133 | 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 |
| 1959 | 1959 | Flock Camera System | Lenoir County | NC | 2025-05-22 | budget | 36500.0 | Police Patrol 1 Flock Camera System 36,500.00 | https://lenoirnc.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=591,plainText=false) | https://mytown.theboringparts.com/city/lenoirnc/2025/#m819632 | flock | stated | 1 | 1 | 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);