home / berkeley_address_centric

Master Address Table

62,226 Berkeley addresses with APNs and coordinates

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

3 rows where street_name = "VINE" and street_type = "LN"

✎ View and edit SQL

This data as json, CSV (advanced)

zipcode 1

  • 94708 3

street_type 1

  • LN · 3 ✖

street_name 1

  • VINE · 3 ✖
Link rowid ▼ address_id apn address_full address_normalized base_address street_number street_name street_type unit unit_type city zipcode latitude longitude
6304 6304 6304 059 225001000 1 Vine Ln 1 VINE LN 1 VINE LN 1.0 VINE LN     Berkeley 94708 37.88127905712557 -122.26195090916087
21323 21323 21323 059 225003700 3 Vine Ln 3 VINE LN 3 VINE LN 3.0 VINE LN     Berkeley 94708 37.88123310226377 -122.26225132824976
56698 56698 56698 059 225003600 2 Vine Ln 2 VINE LN 2 VINE LN 2.0 VINE LN     Berkeley 94708 37.88106231235058 -122.26225417680756

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "addresses" (
"address_id" INTEGER,
  "apn" TEXT,
  "address_full" TEXT,
  "address_normalized" TEXT,
  "base_address" TEXT,
  "street_number" REAL,
  "street_name" TEXT,
  "street_type" TEXT,
  "unit" TEXT,
  "unit_type" TEXT,
  "city" TEXT,
  "zipcode" INTEGER,
  "latitude" REAL,
  "longitude" REAL
);
CREATE INDEX idx_addresses_apn ON addresses(apn);
CREATE INDEX idx_addresses_base ON addresses(base_address);
CREATE INDEX idx_addresses_street ON addresses(street_name);
CREATE INDEX idx_addresses_zipcode ON addresses(zipcode);
CREATE INDEX idx_addresses_coords ON addresses(latitude, longitude);
Powered by Datasette · Queries took 126.321ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS