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

4 rows where density_bonus = "True", status = "Under Review" and year = "2024.0" sorted by units descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: old_units, permits, project_size_category, sb330_flag, ab2011_flag, accela_status, app_filed (date), app_complete (date), entitled (date), accela_status_date (date)

year 1

  • 2024.0 · 4 ✖

unit_category 1

  • 5+ 4

tenure 1

  • Renter 4

status 1

  • Under Review · 4 ✖

density_bonus 1

  • True · 4 ✖

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
16 16 16 2720 SAN PABLO Ave 054 174400700   113.0 117.0 4.0 ZP2023-0058, ZP2024-0076 SB-330 Project - Demolition of existing non-landmarked mixed-use structure and surface parking for the construction of a new eight-story, 88'10" in height, 117-unit mixed-use housing development with 49,465 sf of new residential space and 1,244 sf commercial space. 10 units (15%) of the base project will be VLI household; 6 units (9%) will be moderate income household. Entitled to 80% density bonus, waivers, and up to 4 concessions under the State Density Bonus Law. Under Review   37.85731033724472 -122.2886908095933   117.0 2024.0 5+ Renter Mega (100+) False False False True   9.0 2023-06-20               Completeness Review: Incomplete Pending Applicant 2023-10-16 0.0
154 154 155 1700 SACRAMENTO St 058 215100100   85.0 85.0 0.0 TBD 85 units BART Phase 1. Insight Housing. AB 2011. Pyatok Architects. Under Review   37.87468358 -122.28217011     2024.0 5+ Renter Very Large (51-100) False False True True   0.0                 Under Review   0.0
29 29 29 2138 KITTREDGE St 057 202901500   63.0 66.0 3.0 PLN2024-0011 SB 330 Pre-Application to demolish an existing 3-unit residential building and construct an 8 story 42,951 square-foot residential building; Density Bonus Project with 66 units total, 5 VLI units Under Review   37.86834064720663 -122.26699773246196 8.0   2024.0 5+ Renter Very Large (51-100) False True False True   5.0 2024-09-05 2024-09-05 2025-10-20         410.0 Application Processing: Pending Final Action 2025-10-20 0.0
141 141 142 2350 TELEGRAPH Ave 055 187900100   48.0 48.0 0.0 TBD 8-story mixed-use with 48 units (2 VLI). Kick-Axe Properties/Ken Sarachan, Trachtenberg Architects. Renderings published. Under Review   37.86760496 -122.25922449 8.0   2024.0 5+ Renter Large (21-50) False False False True   2.0                 Under Review   0.0

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 39.52ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS