home / berkeley_housing_map

All Projects (162)

Housing projects in Berkeley's development pipeline - 10,155 total units

Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS

id
Unique project identifier
address
Project street address
apn
Assessor's Parcel Number
owner
Property owner name
units
Net new dwelling units
new_units
Total new units proposed
old_units
Existing units demolished
permits
Comma-separated permit numbers (ZP, PLN, B prefixes)
description
Project description from permit application
status
Current planning status (Approved, Under Review, etc.)
construction_status
Construction phase status
latitude
Latitude coordinate
longitude
Longitude coordinate
height_stories
Building height in stories
height_feet
Building height in feet
year
Year application filed
unit_category
Size category (SFD, 2-4, 5+)
tenure
Owner or Renter
project_size_category
small/medium/large/major
sb35_flag
SB 35 streamlined approval
sb330_flag
SB 330 Housing Crisis Act
ab2011_flag
AB 2011 Affordable Housing
density_bonus
State Density Bonus used
density_bonus_pct
Density bonus percentage
vli_units
Very Low Income affordable units
app_filed
Application filed date
app_complete
Application deemed complete date
entitled
Entitlement/approval date
bp_issued_date
Building permit issued date
co_date
Certificate of Occupancy date
construction_start
Construction start date
estimated_completion
Estimated completion date
total_processing_days
Days from filed to entitled
accela_status
Most recent Accela processing status
accela_status_date
Date of Accela status
app_packet_size_mb
Application packet size in MB

5 rows where density_bonus = "True" and year = "2025.0" sorted by units descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: permits, height_stories, project_size_category, sb330_flag, vli_units, app_packet_size_mb, app_filed (date), app_complete (date), accela_status_date (date)

status 4

  • Under Review 2
  • Corrections Pending Applicant 1
  • Developer Selected 1
  • ZAB Review 1

unit_category 2

  • 5+ 4
  • ADU 1

year 1

  • 2025.0 · 5 ✖

tenure 1

  • Renter 5

density_bonus 1

  • True · 5 ✖

construction_status 0

Link rowid id address apn owner units ▲ new_units old_units permits description status construction_status latitude longitude height_stories height_feet year unit_category tenure project_size_category sb35_flag sb330_flag ab2011_flag density_bonus density_bonus_pct vli_units app_filed app_complete entitled bp_issued_date co_date construction_start estimated_completion total_processing_days accela_status accela_status_date app_packet_size_mb
150 150 151 Ashby BART 053 165200105   618.0 618.0 0.0 TBD 618 units, 50% affordable. Developer Adeline Alliance/Relequity selected Aug 2025. BART transit-oriented development. Developer Selected   37.85306772 -122.28819989     2025.0 5+ Renter Mega (100+) False False False True   309.0                 Developer Selected   0.0
35 35 35 2190 SHATTUCK Ave 057 202600405 LMP Shattuck Property Owner LL 452.0 452.0 0.0 ZP2016-0117, ZP2025-0101 SB-330: 34-story mixed-use tower with 452 units. Originally approved as 25-story (ZP2016-0117), modified 2025 to increase density bonus to 34 stories (ZP2025-0101). Under Review   37.86948860426455 -122.26864608441446 34.0   2025.0 5+ Renter Mega (100+) False True False True   0.0 2025-11-21               Completeness Review: Incomplete Pending Applicant 2025-11-21 0.0
155 155 156 2550 SHATTUCK Ave 055 182100101   72.0 72.0 0.0 TBD 72 units, 15 affordable. 4Terra Investments. ZAB/DRC in progress. ZAB Review   37.86276714 -122.2677616     2025.0 5+ Renter Very Large (51-100) False False False True   15.0                 ZAB Review   0.0
24 24 24 2330 DURANT Ave 055 188401700   68.0 68.0   PLN2025-0038, PLN2025-0053, PLN2025-0100 Removal of all of existing structures and new construction of a 100% affordable 65,585 sq. ft. 6-story housing development with 68 dwelling units using a state of California Density Bonus (per SB 330 provisions) and no parking. Under Review   37.86711180220465 -122.26208128704796 6.0   2025.0 5+ Renter Very Large (51-100) False True False True   0.0                     0.47
31 31 31 2712 TELEGRAPH Ave 054 171400501   57.0 57.0 0.0 ZP2025-0105 Modification of Use Permit ZP2022-0179 for the demolition of two existing two-story commercial structures & construction, with the state of California density bonus, of a new 6-story residential building, with 50 residential units, 6 ADUs, 1 live-work unit, a ground level lobby, and 1 parking space. Corrections Pending Applicant   37.86100751672245 -122.25934930814802 6.0   2025.0 ADU Renter Very Large (51-100) False False False True   0.0 2025-11-26 2026-01-15             Stage: Application Processing [COMPLETE]: Corrections - Pending Applicant 2026-02-14 29.61

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "projects" (
"id" INTEGER,
  "address" TEXT,
  "apn" TEXT,
  "owner" TEXT,
  "units" REAL,
  "new_units" REAL,
  "old_units" REAL,
  "permits" TEXT,
  "description" TEXT,
  "status" TEXT,
  "construction_status" TEXT,
  "latitude" REAL,
  "longitude" REAL,
  "height_stories" REAL,
  "height_feet" REAL,
  "year" REAL,
  "unit_category" TEXT,
  "tenure" TEXT,
  "project_size_category" TEXT,
  "sb35_flag" TEXT,
  "sb330_flag" TEXT,
  "ab2011_flag" TEXT,
  "density_bonus" TEXT,
  "density_bonus_pct" REAL,
  "vli_units" REAL,
  "app_filed" TEXT,
  "app_complete" TEXT,
  "entitled" TEXT,
  "bp_issued_date" TEXT,
  "co_date" TEXT,
  "construction_start" TEXT,
  "estimated_completion" TEXT,
  "total_processing_days" REAL,
  "accela_status" TEXT,
  "accela_status_date" TEXT,
  "app_packet_size_mb" REAL
);
CREATE INDEX idx_projects_address ON projects(address);
CREATE INDEX idx_projects_status ON projects(status);
Powered by Datasette · Queries took 483.471ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS