OpenAddresses - U.S. Northeast
Addresses and geo locations for the U.S. Northeast
@kaggle.openaddresses_openaddresses_us_northeast
Addresses and geo locations for the U.S. Northeast
@kaggle.openaddresses_openaddresses_us_northeast
OpenAddresses's goal is to connect the digital and physical worlds by sharing geographic coordinates, street names, house numbers and postal codes.
This dataset contains one datafile for each state in the U.S. Northeast region.
States included in this dataset:
Field descriptions:
Data collected around 2017-07-25 by OpenAddresses (http://openaddresses.io).
Address data is essential infrastructure. Street names, house numbers and
postal codes, when combined with geographic coordinates, are the hub that
connects digital to physical places.
Data licenses can be found in LICENSE.txt.
Data source information can be found at
https://github.com/openaddresses/openaddresses/tree/9ea72b079aaff7d322349e4b812eb43eb94d6d93/sources
Use this dataset to create maps in conjunction with other datasets for crime or weather
CREATE TABLE ct (
"lon" DOUBLE,
"lat" DOUBLE,
"number" DOUBLE,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" VARCHAR,
"id" VARCHAR,
"hash" VARCHAR
);
CREATE TABLE ma (
"lon" DOUBLE,
"lat" DOUBLE,
"number" VARCHAR,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" VARCHAR,
"id" VARCHAR,
"hash" VARCHAR
);
CREATE TABLE me (
"lon" DOUBLE,
"lat" DOUBLE,
"number" BIGINT,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" DOUBLE,
"id" VARCHAR,
"hash" VARCHAR
);
CREATE TABLE nh (
"lon" DOUBLE,
"lat" DOUBLE,
"number" DOUBLE,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" VARCHAR,
"id" VARCHAR,
"hash" VARCHAR
);
CREATE TABLE nj (
"lon" DOUBLE,
"lat" DOUBLE,
"number" VARCHAR,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" VARCHAR,
"id" VARCHAR,
"hash" VARCHAR
);
CREATE TABLE ny (
"lon" DOUBLE,
"lat" DOUBLE,
"number" VARCHAR,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" VARCHAR,
"id" VARCHAR,
"hash" VARCHAR
);
CREATE TABLE pa (
"lon" VARCHAR,
"lat" VARCHAR,
"number" VARCHAR,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" VARCHAR,
"id" VARCHAR,
"hash" VARCHAR
);
CREATE TABLE ri (
"lon" DOUBLE,
"lat" DOUBLE,
"number" VARCHAR,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" DOUBLE,
"id" VARCHAR,
"hash" VARCHAR
);
CREATE TABLE vt (
"lon" DOUBLE,
"lat" DOUBLE,
"number" VARCHAR,
"street" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"district" VARCHAR,
"region" VARCHAR,
"postcode" VARCHAR,
"id" VARCHAR,
"hash" VARCHAR
);
Anyone who has the link will be able to view this.