surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "flock", state = "TX" and vendor = "FLOCK" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1603 | 1603 | FLOCK | Carrollton | TX | 2024-08-20 | Consider A Resolution Authorizing | 268300.0 | Consider A Resolution Authorizing The City Manager To Enter Into A Professional Services Agreement With FLOCK For A One -Year Lease Of 57 IP Cameras In An Amount Not To Exceed $268,300. | https://legistar.granicus.com/Carrolltontx/meetings/2024/8/1844_A_City_Council_24-08-20_REGULAR_WORKSESSION___MEETING.pdf | https://mytown.theboringparts.com/city/carrolltontx/2024/#m238514 | flock | ceiling | 1 | 0 | 0 | TX |
| 1605 | 1605 | FLOCK | Carrollton | TX | 2025-08-05 | consider authorizing a resolution to enter into an agreement | 221000.0 | Consider A Resolution Authorizing The City Manager To Enter Into An Agreement With FLOCK For A One -Year Lease Of 57 IP Cameras In An Amount Not To Exceed $221,000. | https://legistar.granicus.com/Carrolltontx/meetings/2025/8/1886_A_City_Council_25-08-05_REGULAR_WORKSESSION___MEETING.pdf | https://mytown.theboringparts.com/city/carrolltontx/#m238538 | flock | ceiling | 1 | 0 | 0 | TX |
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);