Applied-GeoSolutions / lidar2dems

Utilities using PDAL and PCL to create DTMs, DSMs, and CHMs from lidar data
89 stars 36 forks source link

l2d_classify #36

Open ahmadshabbir2468 opened 7 years ago

ahmadshabbir2468 commented 7 years ago

Hi, Sir I have a las File and I want to classify It. I am successfully Classify Las Files as Ground Vs Non Ground But i want to classify Each Component separately, For Example separately Classify ROADS ,power lines, Trees , Water , Houses Separately from 1 file

AND I Read These line from Our documentation

It does not matter if the LAS files are already classified, lidar2dems will classify them, ignoring the existing classifications "If a site file is provided, there will be a single classified las file for each polygon."

Can You Explain This Line ??
Each Polygon Means ? Our Tool can Differentiate Only Between Ground vs Non Ground Elements OR It Can also Differentiate Between Houses , Roads, Water , And Trees ,power lines

chambbj commented 7 years ago

This is a non-issue.

Please read the first line of http://applied-geosolutions.github.io/lidar2dems/doc/l2dclassify.html.

The l2d_classify script is used to classify unclassified point clouds into ground and non-ground points.

The polygons are simply for selecting/cropping regions within your data.

ircwaves commented 7 years ago

Hello all,

@chambbj is correct that the polygons are simply for cropping the data.

@ahmadshabbir2468 -- The only classifications that are done in lidar2dems at this time are into Terrain (ground), Surface (highest non-ground), and Canopy (the difference between the DSM and the DTM). Classification into houses, roads, water and forest can be done, but is not integrated into lidar2dems.

ahmadshabbir2468 commented 7 years ago

@chambbj ,@ircwaves Ohhh .. i was confuse with Word "Ploygon" Well Thanks A lot Very Appreciated for Your Time 👍 But sir Are you knew Any Open Source Which solve our this Problem Identifying ROADS ,power lines, Trees , Water

niranjanreddy891 commented 6 years ago

@ahmadshabbir2468, is your issue solved? I am also working on it.