home / locations

archived (view)

Data source: City of Tampa Open Data

2 rows where NEIGHBORHOOD = "Rainbow Heights" and Type = "Rezoning" sorted by archived_date descending

✎ View and edit SQL

This data as json, geojson, CSV (advanced)

Type 1

  • Rezoning · 2 ✖

NEIGHBORHOOD 1

  • Rainbow Heights · 2 ✖
RECORDID ADDRESS UNIT Type CRA NEIGHBORHOOD COUNCILDISTRICT CREATEDDATE LASTUPDATE URL geometry archived_date ▲
REZ-25-0000081 3710 E Dr Martin Luther King Jr Blvd   Rezoning East Tampa Rainbow Heights 5 2025-05-17T00:00:00Z 2026-03-04T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=00U0P&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.41716933518853, 27.981534295552645]} 2026-04-24 00:16:30
REZ-24-0000061 3706 E Dr Martin Luther King Jr Blvd   Rezoning East Tampa Rainbow Heights 5 2024-04-22T00:00:00Z 2024-12-11T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=24CAP&capID2=00000&capID3=00NVF&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.4176754995969, 27.98178299991241]} 2025-02-21 00:04:07

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 2.68ms · Data source: City of Tampa Open Data