surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
7 rows where state = "MI" and vendor = "Flock Group" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, spend_date, product, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2117 | 2117 | Flock Group | Westland | MI | 2024-07-09 | approve payment of vouchers | 36500.0 | Flock Group $36,500.00 | https://www.cityofwestland.com/AgendaCenter/ViewFile/Minutes/_07092024-825 | https://mytown.theboringparts.com/city/cityofwestland.com/2024/#m1305082 | flock | stated | 1 | 0 | 0 | MI |
| 2115 | 2115 | Flock Group | Westland | MI | 2024-06-27 | approve payment of vouchers | 35850.0 | Flock Group $35,850.00 | https://www.cityofwestland.com/AgendaCenter/ViewFile/Minutes/_06272024-817 | https://mytown.theboringparts.com/city/cityofwestland.com/2024/#m1304859 | flock | stated | 1 | 0 | 0 | MI |
| 2114 | 2114 | Flock Group | Westland | MI | 2026-01-13 | approve payment of vouchers | 22500.0 | Flock Group $22,500.00 | https://www.cityofwestland.com/AgendaCenter/ViewFile/Minutes/_01132026-1265 | https://mytown.theboringparts.com/city/cityofwestland.com/#m1304556 | flock | stated | 1 | 0 | 0 | MI |
| 1910 | 1910 | Flock Group | Fraser | MI | 2023-09-14 | approve purchase | 21000.0 | Motion by Baranski supported by Blanke to approve the purchase of eight (8) Flock Cameras from Flock Group in an amount not to exceed $21,000 which will include pole installation with reimbursement for three (3) of the cameras from the Fraser Public Schools. | https://frasermi.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=3120,plainText=false) | https://mytown.theboringparts.com/city/frasermi/2023/#m760061 | flock | ceiling | 1 | 0 | 0 | MI |
| 1911 | 1911 | Flock Group | Fraser | MI | 2023-09-14 | approve the purchase | 21000.0 | Motion by Baranski supported by Blanke to approve the purchase of eight (8) Flock Cameras from Flock Group in an amount not to exceed $21,000 which will include pole installation with reimbursement for three (3) of the cameras from the Fraser Public Schools. | https://frasermi.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=3359,plainText=false) | https://mytown.theboringparts.com/city/frasermi/#m760063 | flock | ceiling | 2 | 0 | 0 | MI |
| 1912 | 1912 | Flock Group | Fraser | MI | 2023-10-12 | approve the purchase | 21000.0 | Motion by Baranski supported by Blanke to approve the purchase of eight (8) Flock Cameras from Flock Group in an amount not to exceed $21,000 which will include pole installation with reimbursement for three (3) of the cameras from the Fraser Public Schools. | https://frasermi.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=3145,plainText=false) | https://mytown.theboringparts.com/city/frasermi/2023/#m760075 | flock | ceiling | 3 | 0 | 0 | MI |
| 1913 | 1913 | Flock Group | Fraser | MI | 2023-10-12 | approve the purchase | 21000.0 | Motion by Baranski supported by Blanke to approve the purchase of eight (8) Flock Cameras from Flock Group in an amount not to exceed $21,000 which will include pole installation with reimbursement for three (3) of the cameras from the Fraser Public Schools. | https://frasermi.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=3383,plainText=false) | https://mytown.theboringparts.com/city/frasermi/2023/#m760076 | flock | ceiling | 4 | 0 | 0 | MI |
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);