Skip to content

terraref/extractors-3dscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D scanner extractors

This repository contains extractors that process data originating from:

  • 3D Frauhofer top-down height scanner

PLY to LAS conversion extractor

This extractor converts PLY 3D point cloud files into LAS files. The LAS file will be placed in same directory as PLY file.

Input

  • Evaluation is triggered whenever a file is added to a dataset
  • Checks whether the file is a .PLY file

Output

  • The dataset containing the .PLY file will get a corresponding .LAS file