Solved

How to create Attribute of Road Geometry


Anybody have idea about Geometry characteristics of road each 10 meters with Fields of Geometry table with output Shapefile

1)Road

2)Segment

3)Length- in meters

4)Shoulder- in decimeters

5)Carriageway- in decimeters

6)Additional lane- in decimeters

7)Slow lane- in decimeters

8)Platform- in decimeters

9)Median- in meters

10)No of lanes

11)Slope- % of a pavement

12)Camber- Cross slope (%) of platform

13)Radius of curvature

14)Geographical coordinates(lat & long)

15)UTM coordinates(x,y,z)

icon

Best answer by erik_jan 3 March 2020, 16:37

View original

5 replies

Userlevel 2
Badge +16

Multiple processes involved here, but I will list some to get you started:

 

Densifier transformer to get a vertex at every 10 meters, followed by

Chopper transformer to create the 10 meter road segments.

 

Length calculated by LengthCalculator transformer

 

Coordinates to attribute by CoordinateExtractor transformer

 

Coordinate attribute converted to UTM by AttributeReprojector transformer

 

Hope this helps getting you on the right track.

Multiple processes involved here, but I will list some to get you started:

 

Densifier transformer to get a vertex at every 10 meters, followed by

Chopper transformer to create the 10 meter road segments.

 

Length calculated by LengthCalculator transformer

 

Coordinates to attribute by CoordinateExtractor transformer

 

Coordinate attribute converted to UTM by AttributeReprojector transformer

 

Hope this helps getting you on the right track.

I got some ideas with your suggestions, but I need automatic width calculation for road characters (for Eg: From Road edge to other corresponding parallel lines)

With one line I want to find width distance with other parallel lines for every 10 metre vertex

Multiple processes involved here, but I will list some to get you started:

 

Densifier transformer to get a vertex at every 10 meters, followed by

Chopper transformer to create the 10 meter road segments.

 

Length calculated by LengthCalculator transformer

 

Coordinates to attribute by CoordinateExtractor transformer

 

Coordinate attribute converted to UTM by AttributeReprojector transformer

 

Hope this helps getting you on the right track.

sample1.dwg

Multiple processes involved here, but I will list some to get you started:

 

Densifier transformer to get a vertex at every 10 meters, followed by

Chopper transformer to create the 10 meter road segments.

 

Length calculated by LengthCalculator transformer

 

Coordinates to attribute by CoordinateExtractor transformer

 

Coordinate attribute converted to UTM by AttributeReprojector transformer

 

Hope this helps getting you on the right track.

sample1.dwg.fmw

Reply