How to add any reference file to be able to localize the right area of use.
-
- Posts: 1
- Joined: Mon Mar 27, 2023 12:16 pm
How to add any reference file to be able to localize the right area of use.
Hi. I have large LAZ files and need to extract from them just several points of interest. Is it possible to add any reference file as DWG or Geotiff to be able to find the area of interest from point cloud?
Re: How to add any reference file to be able to localize the right area of use.
Well, you can load the file, load the polyline from a DWG (or a raster from GEotiff?) and then use the polyline to segment the points falling 'inside' the polyline, or compute some distances to the raster. That may help to achieve what you are trying to do?
Daniel, CloudCompare admin