daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.
http://pyntcloud.readthedocs.io
MIT License
1.39k stars 221 forks source link

Make value take offsets #335

Closed nokonoko1203 closed 1 year ago

nokonoko1203 commented 2 years ago

PR Summary

Type of modification

File modified

Other detailed information

Since las scales and offsets are float64, the number of digits may not be sufficient in fload32 when combined with las xyz (int32). For this reason, we have made the xyz of las be treated as float64, but is there a problem...