Is it possible to create a road at once in shp file data?

조회 수: 7 (최근 30일)
Sudip Laudari
Sudip Laudari 2021년 7월 26일
편집: Sudip Laudari 2021년 7월 26일
Hello,
I am trying to create a road by using lidar data. I have shp files. Which includes lane, link, node.
I was able to upload data in roadrunner but I didn't find an option to generate road at once by following link.
I can create road and link one by one but it takes time. So My question : Can we generate road at once like we can do scan road in opendrive data?

답변 (1개)

KSSV
KSSV 2021년 7월 26일
S = shaperead(filename) ;
P = [[S(:).X]' [S(:).Y]'] ;
plot(P(:,1),P(:,2))
  댓글 수: 1
Sudip Laudari
Sudip Laudari 2021년 7월 26일
편집: Sudip Laudari 2021년 7월 26일
@KSSV How do I use this answer? I am using roadrunner in windows. Where do I update this lines to make road in shp files links?
Could you please provide more explanation?
Thank you

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Import Scene Data에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by