current (view)
Data source: City of Tampa Open Data
8 rows where NEIGHBORHOOD = "Tampa Heights" and Type = "Rezoning" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| REZ-26-0000068 | 107 W Virginia Ave | Rezoning | Tampa Heights | 6 | 2026-04-14T00:00:00Z | 2026-05-07T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00LPF&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46120978207253, 27.980058296126387]} | ||
| REZ-26-0000076 | 109 W Amelia Ave | Rezoning | Tampa Heights | 5 | 2026-04-19T00:00:00Z | 2026-05-07T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00ML2&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46106221391292, 27.966055362764465]} | ||
| REZ-26-0000036 | 1506 N Morgan St | Rezoning | Tampa Heights | 5 | 2026-01-14T00:00:00Z | 2026-05-05T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=002BR&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.4581219221073, 27.95742166946406]} | ||
| REZ-26-0000016 | 3206 N Tampa St | Rezoning | Tampa Heights | 5 | 2025-11-14T00:00:00Z | 2026-04-30T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02TLH&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.4609398448963, 27.973437085990742]} | ||
| REZ-26-0000046 | 3705 N Darwin Ave | Rezoning | Tampa Heights | 6 | 2026-02-13T00:00:00Z | 2026-04-29T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=009GB&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46449566937798, 27.977977640436485]} | ||
| REZ-26-0000047 | 1701 N Florida Ave | Rezoning | Tampa Heights | 5 | 2026-02-16T00:00:00Z | 2026-04-29T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=009QD&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45938500585072, 27.96048405771898]} | ||
| REZ-25-0000116 | 3101 N Florida Ave | Rezoning | Tampa Heights | 5 | 2025-08-18T00:00:00Z | 2026-04-15T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=028YC&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45937474415271, 27.97260595697689]} | ||
| REZ-26-0000027 | 3106 N Massachusetts Ave | 1/2 | Rezoning | Tampa Heights | 5 | 2025-12-12T00:00:00Z | 2026-04-09T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02YDN&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46619680348758, 27.972022940958176]} |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW current AS
SELECT
RECORDID,
ADDRESS,
UNIT,
RECORDALIAS as Type,
CRA,
NEIGHBORHOOD,
COUNCILDISTRICT,
CREATEDDATE,
LASTUPDATE,
URL,
geometry
FROM current_full;