Select to view content in your preferred language

Extract Rails from Point Cloud (3D Analyst Tool)

329
3
07-02-2025 12:59 AM
offi24
by
Emerging Contributor

Hello,

Does someone has experience with the Extract Rails from Point Cloud Tool. I have a few point clouds (from mobile mapping and UAV) and want to extract the rails out of it. I tried to us the workflow described in the following link (https://www.esri.com/arcgis-blog/products/arcgis-pro/3d-gis/extract-rails-and-centerlines-from-mobil...). But already with the tool: Classify LAS by Height, I couldnt get an accurate classification. Could someone help me classify my point clouds.

Thanks in advance and best regards

Eric

0 Kudos
3 Replies
gti_esri
Occasional Contributor

Hi @offi24 ,

Yes I tried it yesterday...

On my side, I managed the classification in this way:

Input data = lasd file with pyramids, all points are unclassified and the adjustment of point cloud is done.

1)  Classified the ground (arcpy.ddd.ClassifyLasGround)

2) Classified the noise

3) Draw rectangle around the railway area (keep only ballast points) - (See 2D View attachment)

4) Use Classify LAS by Height...I run 4 iteration with this tool,  from 10cm --> 17 cm (for Europe railway)

5) Then you should be able to use the last tool for the rails extraction (ExtractRailsFromPointCloud)

Let me know if I can help more?

0 Kudos
offi24
by
Emerging Contributor

Hi @gti_esri ,

 

Thanks for your help, the workflow is working only for my UAV captured data and not for the data that was provided by a mobile mapping survey, where the LIDAR was fixed on a train. You worked with UAV-data? And is your point cloud a real LIDAR point cloud or are they extruded from photographic data?

 

Best regards

0 Kudos
gti_esri
Occasional Contributor

Hello@offi24 : sorry for my late answer.

I'm experiencing the same issue when working with Lidar data collected from mobile mapping systems. The datasets I’m using lack essential attributes such as return intensity, number of returns, and return order. However, these attributes are critical for performing accurate point cloud classification.

0 Kudos