Ten collections describing property, zoning, vacancy, and affordable housing in Philadelphia, mirrored from the City of Philadelphia's ArcGIS services via OpenDataPhilly.
Guidance for AI agents and LLMs working with this collection.
Affordable housing projects funded by the Division of Housing and Community Development and completed since 1994. 501 projects accounting for 19,249 units, spanning fiscal years 1995 through 2026.
This is the only point collection in the catalog.
Coordinates are EPSG:3857 (Web Mercator) metres. DuckDB reads geometry
natively, so do not wrap it in ST_GeomFromWKB.
project_name, developer_name, address — who built what, and where.fiscal_year_complete — fiscal year of completion, 1995 to 2026.total_units — units delivered. Sums to 19,249.accessible_units, sensory_units, visitable_units — accessibility counts within the total.project_type — Rental, Special Needs, Homeownership, Mixed Use, or a semicolon-joined combination such as Rental;Special Needs;Mixed Use.development_type — New Construction, Rehab (unoccupied or vacant), or Preservation (occupied). Also semicolon-joined in places.status — Complete or Under Construction.project_type and development_type hold multiple values separated by semicolons. Grouping on the raw column treats each combination as its own category, which undercounts: naive grouping reports 242 rental projects, while splitting on ; gives the true 262.
Both columns mix three kinds of missing value: a real SQL null, the literal string 'null', and the literal string 'NULL'. Filter all three.
25 of 501 projects have null geometry. They carry attributes but cannot be mapped, and they sort to the end of the file.
The dataset covers DHCD-funded projects only. Affordable housing built without DHCD funding does not appear, so this is not a complete picture of affordable housing in the city.
Correct project-type counts, splitting the semicolon-joined values:
Units delivered per fiscal year:
Accessibility share of the portfolio:
Projects that returned vacant buildings to use: