Road Centerlines
City of Hartford
@usgov.city_of_hartford_road_centerlines_54eb0
City of Hartford
@usgov.city_of_hartford_road_centerlines_54eb0
CREATE TABLE table_1 (
"objectid" BIGINT,
"streetname" VARCHAR,
"streettype" VARCHAR,
"leftfrom" BIGINT,
"leftto" BIGINT,
"rightfrom" BIGINT,
"rightto" BIGINT,
"speed" BIGINT,
"routenumbe" VARCHAR,
"hwyshield" VARCHAR,
"lefttown" VARCHAR,
"righttown" VARCHAR,
"status" VARCHAR,
"oneway" VARCHAR,
"fullname" VARCHAR,
"direction" VARCHAR,
"cv_stprefix" VARCHAR,
"cv_stname" VARCHAR,
"cv_sttype" VARCHAR,
"cv_stsuffix" VARCHAR,
"symbology" VARCHAR,
"globalid" VARCHAR,
"ownership" VARCHAR,
"externalstreetkey" BIGINT,
"routingstreetexternalkey" DOUBLE,
"leftcitycode" BIGINT,
"rightcitycode" BIGINT,
"leftcountycode" BIGINT,
"rightcountycode" BIGINT,
"leftstate" VARCHAR,
"rightstate" VARCHAR,
"featuretypecode" VARCHAR,
"leftzipcode" BIGINT,
"rightzipcode" BIGINT,
"toelevation" BIGINT,
"fromelevation" BIGINT,
"locationname" VARCHAR,
"leftcityname" VARCHAR,
"rightcityname" VARCHAR,
"leftcountyname" VARCHAR,
"rightcountyname" VARCHAR,
"speedcad" BIGINT,
"onewaycad" VARCHAR,
"shapestlength" DOUBLE
);
Anyone who has the link will be able to view this.