home / locations

archived (view)

Data source: City of Tampa Open Data

4 rows where NEIGHBORHOOD = "Bayshore Beautiful" and Type = "Rezoning" sorted by archived_date descending

✎ View and edit SQL

This data as json, geojson, CSV (advanced)

Type 1

  • Rezoning · 4 ✖

NEIGHBORHOOD 1

  • Bayshore Beautiful · 4 ✖
RECORDID ADDRESS UNIT Type CRA NEIGHBORHOOD COUNCILDISTRICT CREATEDDATE LASTUPDATE URL geometry archived_date ▲
REZ-26-0000005 4001 S Lynwood Ave   Rezoning   Bayshore Beautiful 4 2025-10-21T00:00:00Z 2026-02-16T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02OGD&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.50055882416551, 27.90502571998669]} 2026-04-10 00:11:31
REZ-25-0000112 2907 W Euclid Ave   Rezoning   Bayshore Beautiful 4 2025-08-11T00:00:00Z 2025-09-26T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=027IP&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.49004106075438, 27.90875129565567]} 2026-03-23 00:08:41
REZ-25-0000034 3305 W Oakellar Ave   Rezoning   Bayshore Beautiful 4 2025-01-20T00:00:00Z 2025-06-24T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=003DX&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.49989500029983, 27.896283000112447]} 2025-07-28 00:05:04
REZ-25-0000027 3225 W Oakellar Ave   Rezoning   Bayshore Beautiful 4 2024-12-16T00:00:00Z 2025-03-20T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=24CAP&capID2=00000&capID3=02RXJ&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.49875199979225, 27.89628299965237]} 2025-03-24 00:46:32

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