Intersections
City of Bloomington
@usgov.city_of_bloomington_intersections_773ac
City of Bloomington
@usgov.city_of_bloomington_intersections_773ac
CREATE TABLE table_1 (
"intersection_id" BIGINT,
"intersection_type" VARCHAR,
"contruction_status" VARCHAR,
"intersection_name" VARCHAR,
"intersection_nick_name" VARCHAR,
"government_jurisdiction" VARCHAR,
"custodian" VARCHAR,
"traffic_control" VARCHAR,
"x_coordinate" BIGINT,
"y_coordinate" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"geometry" VARCHAR,
"lucity_last_sync_date" VARCHAR,
"lucity_id" VARCHAR
);
Anyone who has the link will be able to view this.