Housing Projects
Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS
1 row where data_source = "official_permit" and status = "On Hold" sorted by net_units descending
This data as json, CSV (advanced)
| Link | rowid | project_id | address_id | address_display | net_units ▲ | status | data_source | has_official_permit | has_media_coverage | latitude | longitude | primary_news_source |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 104 | 104 | 104 | 28571.0 | 1475 CATHERINE Dr | 0.0 | On Hold | official_permit | 1 | 0 | 37.87802083926939 | -122.28400690207374 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "projects" ( "project_id" INTEGER, "address_id" REAL, "address_display" TEXT, "net_units" REAL, "status" TEXT, "data_source" TEXT, "has_official_permit" INTEGER, "has_media_coverage" INTEGER, "latitude" REAL, "longitude" REAL, "primary_news_source" TEXT ); CREATE INDEX idx_projects_address_id ON projects(address_id);