surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "TX" and vendor = "Fivecast" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4373 | 4373 | Fivecast | Houston | TX | 2022-01-19 | FiveCast Insight software license (sole source purchase) | 144248.0 | THUNDERCAT TECHNOLOGIES, LLC for Sole Source Purchase for FiveCast Insight Software License Annual Fee for Public Safety and Homeland Security on behalf of the Houston Police Department - $144,248.00 - Grant Fund | https://houstontx.primegov.com/Public/CompiledDocument/2618 | https://mytown.theboringparts.com/city/houstontx/2022/#m681843 | sv:fusion:fivecast | stated | 1 | 0 | 0 | TX |
| 4374 | 4374 | Fivecast | Houston | TX | 2021-02-09 | FiveCast Insight software license (award sole source purchase) | 115200.0 | THUNDERCAT TECHNOLOGIES, LLC for Sole Source Purchase of FiveCast Insight Software License Annual Fee for Public Safety and Homeland Security on behalf of the Houston Police Department - $115,200.00 - Grant Fund | https://houstontx.primegov.com/Public/CompiledDocument/2574 | https://mytown.theboringparts.com/city/houstontx/2021/#m681798 | sv:fusion:fivecast | stated | 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);