surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "sv:drone:aerodome" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, amount_type, state_norm, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3642 | 3642 | Aerodome | Mesa | AZ | 2024-11-18 | drone-as-first-responder (award contract) | 340000.0 | The Mesa Police Department and Procurement Services recommend awarding the contract to the sole source vendor, Aerodome, Inc., at $340,000, annually with an annual increase allowance of up to 5% or the adjusted Consumer Price Index. | https://legistar1.granicus.com/Mesa/meetings/2024/11/3993_A_City_Council_24-11-18_Meeting_Agenda.pdf | https://mytown.theboringparts.com/city/mesa/2024/#m316357 | sv:drone:aerodome | recommended | 1 | 0 | 0 | AZ |
| 3301 | 3301 | Aerodome | Redondo Beach | CA | 2024-10-01 | drone-as-first-responder (approve agreement) | 180000.0 | APPROVE AN AGREEMENT WITH AERODOME, INC. FOR UNMANNED AERIAL SUPPORT SERVICES FOR AN AMOUNT NOT TO EXCEED $ 180,000 FOR THE TERM OCTOBER 1, 2024 TO JUNE 30, 2025 AND TWO ADDITIONAL ONE-YEAR TERM | https://redondo.legistar1.com/redondo/meetings/2024/10/1829_A_City_Council_24-10-01_Agenda.pdf | https://mytown.theboringparts.com/city/redondo/2024/#m571675 | sv:drone:aerodome | ceiling | 1 | 0 | 0 | CA |
| 3298 | 3298 | Aerodome | Redondo Beach | CA | 2024-03-05 | drone support services (approve agreement) | 104172.0 | APPROVE AN AGREEMENT WITH AERODOME, INC. FOR UNMANNED AERIAL SUPPORT SERVICES FOR A TOTAL AMOUNT NOT TO EXCEED $ 104,172 AND THE TERM MARCH 5, 2024 TO JUNE 30, 2024 | https://redondo.legistar1.com/redondo/meetings/2024/3/1728_A_City_Council_24-03-05_Agenda.pdf | https://mytown.theboringparts.com/city/redondo/2024/#m571769 | sv:drone:aerodome | ceiling | 1 | 0 | 0 | CA |
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);