Forum

Author Topic: Export .pts pointcloud with more decimals  (Read 963 times)

sergio

  • Newbie
  • *
  • Posts: 17
    • View Profile
Export .pts pointcloud with more decimals
« on: July 29, 2022, 10:47:24 AM »
Hi,

I'm exporting my sparse pointcloud (tie-points) with

Code: [Select]
chunk.exportPoints("/workspace/test_datasets/test_trainopts/project_files/points_dense.pts", source_data = ms.DataSource.PointCloudData)
My output file is

Code: [Select]
32610       
-0.210 0.224 -2.620 33 77 12 29
-0.240 0.193 -2.628 101 133 86 99
-0.086 0.246 -2.872 30 86 5 16
-0.178 0.210 -3.530 42 128 0 33
-0.597 0.087 -3.608 191 212 189 146
-0.514 0.079 -3.618 188 209 186 143
...

I'd like to have more decimal places in output file, but there is no option for that in the exportPoints function.
How would I go for that?

Best,

Sergio