home / locations

archived (view)

Data source: City of Tampa Open Data

2 rows where NEIGHBORHOOD = "West Tampa Heights (Stadium Area)" and Type = "Design Exception 1" sorted by archived_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: CREATEDDATE (date), LASTUPDATE (date), archived_date (date)

Type 1

  • Design Exception 1 · 2 ✖

NEIGHBORHOOD 1

  • West Tampa Heights (Stadium Area) · 2 ✖
RECORDID ADDRESS UNIT Type CRA NEIGHBORHOOD COUNCILDISTRICT CREATEDDATE LASTUPDATE URL geometry archived_date ▲
DE1-26-0000088 4355 N Himes Ave   Design Exception 1   West Tampa Heights (Stadium Area) 6 2026-03-06T00:00:00Z 2026-03-10T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00E5R&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.5013283057963, 27.980450194835328]} 2026-03-13 00:06:58
DE1-25-0000096 2708 W Dr Martin Luther King Jr Blvd   Design Exception 1   West Tampa Heights (Stadium Area) 6 2025-04-07T00:00:00Z 2025-04-08T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=00KL5&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.48787550027191, 27.98091899964405]} 2025-04-12 00:04:08

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW archived AS 
        SELECT 
            RECORDID,
            ADDRESS,
            UNIT,
            RECORDALIAS as Type,
            CRA,
            NEIGHBORHOOD,
            COUNCILDISTRICT,
            CREATEDDATE,
            LASTUPDATE,
            URL,
            geometry,
            archived_date
        FROM archived_full;
Powered by Datasette · Queries took 9.506ms · Data source: City of Tampa Open Data