home / locations

archived (view)

Data source: City of Tampa Open Data

3 rows where COUNCILDISTRICT = 4 and NEIGHBORHOOD = "South Howard" sorted by archived_date descending

✎ View and edit SQL

This data as json, geojson, CSV (advanced)

Type 3

  • AB Special Use 2 1
  • Design Exception 1 1
  • Rezoning 1

NEIGHBORHOOD 1

  • South Howard · 3 ✖
RECORDID ADDRESS UNIT Type CRA NEIGHBORHOOD COUNCILDISTRICT CREATEDDATE LASTUPDATE URL geometry archived_date ▲
DE1-25-0000171 1607 W Cleveland St 100-103 Design Exception 1   South Howard 4 2025-08-21T00:00:00Z 2025-08-26T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02A1W&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.47654449960969, 27.943425000192104]} 2025-09-04 00:03:49
AB2-25-0000003 2330 W Horatio St   AB Special Use 2   South Howard 4 2025-01-06T00:00:00Z 2025-07-22T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=000Q5&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.48386149998834, 27.939681000378688]} 2025-07-30 00:04:55
REZ-23-0000027 605 S Albany Ave   Rezoning   South Howard 4 2022-12-21T00:00:00Z 2025-07-18T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=22CAP&capID2=00000&capID3=02SYM&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.48130550003954, 27.938061000340262]} 2025-07-25 00:04: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 3.719ms · Data source: City of Tampa Open Data