home / locations

archived (view)

Data source: City of Tampa Open Data

3 rows where COUNCILDISTRICT = 4, NEIGHBORHOOD = "Golfview" and Type = "Design Exception 2" sorted by archived_date descending

✎ View and edit SQL

This data as json, geojson, CSV (advanced)

Type 1

  • Design Exception 2 · 3 ✖

NEIGHBORHOOD 1

  • Golfview · 3 ✖
RECORDID ADDRESS UNIT Type CRA NEIGHBORHOOD COUNCILDISTRICT CREATEDDATE LASTUPDATE URL geometry archived_date ▲
DE2-25-0000029 3402 S Almeria Ave   Design Exception 2   Golfview 4 2025-08-26T00:00:00Z 2025-10-28T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02B7Z&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.49962499953894, 27.933381000132712]} 2025-11-05 00:04:23
DE2-25-0000027 1012 S Frankland Rd   Design Exception 2   Golfview 4 2025-08-07T00:00:00Z 2025-08-21T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=026VU&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.50209099995328, 27.92921400022235]} 2025-08-29 00:04:20
DE2-25-0000006 3311 W San Miguel St N   Design Exception 2   Golfview 4 2025-01-07T00:00:00Z 2025-02-10T00:00:00Z https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=000WA&agencyCode=TAMPA {"type": "Point", "coordinates": [-82.49829300015932, 27.92528100013342]} 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 4.347ms · Data source: City of Tampa Open Data