I have terrestrial laser scanning point cloud collected with scanners coordinate system. I would like to create density surface using Pdal and running the following code in OSGeo4W shell. But getting error.
C:\>pdal density ^
More? /9A-1B_subset15m.las ^
More? -o /9A-1B_sub15m_den.sqlite ^
More? -f SQLite
(pdal density Error) GDAL failure (6) No translation for an empty SRS to PROJ.4
format is known.
Generally, is it possible to use PDAL for Ground lidar processing with single return? I would like to create evenly distributed point cloud (thinning), extract bare ground, removing the noise.