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 = "False", tenure = "Renter" and year = "2023.0" sorted by units descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: project_size_category, sb330_flag, vli_units, accela_status, app_filed (date), app_complete (date), entitled (date), accela_status_date (date)

status 2

  • Approved 3
  • In Review 1

year 1

  • 2023.0 · 4 ✖

unit_category 1

  • 5+ 4

tenure 1

  • Renter · 4 ✖

density_bonus 1

  • False · 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
132 132 133 2128 Oxford St   Core Berkeley Oxford LLC 485.0 485.0 0.0 ZP2022-0135 ** SB330 Application — Demolition of existing structure(s) (includes 16 rent-controlled units) and construction of 26-story, mixed-use building with 485 dwelling units (includes 5 ELI and 42 VLI) and 13,500 SF of commercial space. Closed LUST Site (2148 Center). Eligible National Register Historic (2132 Center). Approved   37.87026527 -122.26618858 26.0   2023.0 5+ Renter Mega (100+) False True False False   47.0 2023-03-17 2023-03-17 2024-10-04         567.0 Case Closed: Approved 2024-10-04 0.0
34 34 34 2680 BANCROFT Way 055 187100103   37.0 37.0 0.0 ZP2023-0096, ZP2024-0029 Conversion of the Bancroft Hotel (17,466 SF) into a residential building, with 15 dwelling units and 22 Group Living Accommodation rooms for a total of 37 units. This project will retain & rehabilitate the original facades of the historic building. Approved   37.86897721110546 -122.25493601002294     2023.0 5+ Renter Large (21-50) False False False False   0.0 2024-03-19 2024-04-30 2025-06-13         451.0 Case Closed: Approved 2025-06-13 0.0
36 36 36 2733 SAN PABLO Ave 054 174203200   32.0 32.0 0.0 ZP2023-0090 Demolition of existing non-landmarked structures. Construction of a new 8-story mixed-use residential development with ground level lobbies and commercial spaces with a State of California Density. In Review   37.85634825542909 -122.28761614513743 8.0   2023.0 5+ Renter Large (21-50) False False False False   0.0 2023-09-18 2024-05-09             Due 05/10/2024, assigned to Niloufar Karimzadegan Marked as Resubmittal Pending Staff on 04/10/2024 by Niloufar Karimzadegan: Application Complete 2024-05-09 0.0
133 133 134 2480 Bancroft Way 055187802200 Rue Ell Enterprises Inc 28.0 28.0 0.0 DRCF2023-0005 DRCF: 2480 Bancroft Way. Demolish an existing one story retail building and construct a new eight story mixed-use building with 28 residential units. Proposed restaurant space on the first floor serving beer and wine. Two residential units will be provided at very low income affordability levels. Approved   37.86838541 -122.25966232     2023.0 5+ Renter Medium (11-49) False False False False   0.0 2023-09-12 2023-09-12 2023-10-02         20.0 Public Notification: Completed 2023-10-02 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 37.917ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS