Roadway Block Intersection
District of Columbia
@usgov.district_of_columbia_roadway_block_intersection
District of Columbia
@usgov.district_of_columbia_roadway_block_intersection
Roads and Highways manages intersections, however they are not singular points; RH creates a series of points - one for each intersecting road at that intersection. For DDOT, it is more useful to have a single intersection point representing the intersection. Through a custom DDOT script,the series of intersection points is reduced into a single representative point.
For more information please visit DDOT's wiki page
Organization: District of Columbia
Last updated: 2024-04-30T18:00:13.277118
Tags: block-intersection, ddot, district-of-columbia, intersection, linear-referencing, lrs, roadway, roadwayhub, transportation, washington-dc
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"intersectionid" VARCHAR,
"routeid" VARCHAR,
"measure" DOUBLE,
"intersectionname" VARCHAR,
"grade" DOUBLE,
"intersectionkey" VARCHAR,
"objectid" BIGINT
);Anyone who has the link will be able to view this.