Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:technology:supported_formats:pointcloud:opc [2022/09/09 08:05]
paulien [Write Options]
dev:technology:supported_formats:pointcloud:opc [2024/05/07 12:36] (current)
maarten [Remove Header]
Line 85: Line 85:
   intensity.8bit 1   intensity.8bit 1
   write.attribute.classification 1   write.attribute.classification 1
 +Or
 +  density.filter.treshold=1
 +  block.size=1.0
 +  write.attribute.GPSTime=false
 +  write.attribute.color=true
 +  write.attribute.intensity=true
 +  intensity.8bit=true
 +  write.attribute.Classification=true
  
 For this configuration: the point cloud filtering is enabled, block size is set to 1, the timestamp attribute is stripped, the color, intensity and classification attribute are written and the intensity values are clipped to an 8-bit range. For this configuration: the point cloud filtering is enabled, block size is set to 1, the timestamp attribute is stripped, the color, intensity and classification attribute are written and the intensity values are clipped to an 8-bit range.
 +
 +
  
 ===== Processing Time ===== ===== Processing Time =====
Line 97: Line 107:
  
 For example, reading a LAS file from SSD to write an OPC to SSD storage using Intel i7 processor and 4GB Memory will take 2 Seconds per Million points.  For example, reading a LAS file from SSD to write an OPC to SSD storage using Intel i7 processor and 4GB Memory will take 2 Seconds per Million points. 
 +
 +===== Remove Header =====
 +The CRS header can be removed from the Resource via the Dataset Properties Window. Unique upload situations may require OPC data to not have the CRS header.  Some situations include:
 +  * Geospatial Alignments in iModels
 +    * iModels with custom CRS  
 +    * Local Scan Data
 +    * Scan data referenced and tied to custom iModel CRS
 +    * No available CRS to assign local data
 +
 +Clearing the Point Cloud header enables the OPC data to be placed within the local/custom CRS grid from these iModel(s). Take note, extra care, knowledge, and information is required for these geospatial alignments.  
 +
 +If the iModels requires this, the import Mapping Template can have the pointcloud.write.options.ini updated with:
 +  
 +   remove.crs.header true 
  
 ===== Legend and Georeference ===== ===== Legend and Georeference =====
  
 The resource can be accompanied by an [[dev:technology:supported_formats:other:olg|]] and [[dev:technology:supported_formats:other:ord|]]. The resource can be accompanied by an [[dev:technology:supported_formats:other:olg|]] and [[dev:technology:supported_formats:other:ord|]].
 
Last modified:: 2022/09/09 08:05