digits increasing!

If you are allergic to bug trackers, you can post here any remarks, issues and potential bugs you encounter
Post Reply
4Cloutier
Posts: 2
Joined: Fri Jan 25, 2013 7:17 pm

digits increasing!

Post by 4Cloutier »

Hi,
When I import a point cloud with coordinates that have 3 digits after the point, it increases to 6 digits. The new digits are not only 0. The extra digits stay through exporting, increasing the size of the resulting file, and causing troubles when importing in other software (canupo, coltop) because it becomes to heavy. I am not worry about the lost of precision, but more about the size increase. I tried with local coordinates too (at first I was working with georef. clouds, so Cloud compare was shifting them back to local coordinates.)

thanks,
Cath
daniel
Site Admin
Posts: 7707
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: digits increasing!

Post by daniel »

Indeed, CloudCompare stores coordinates internally as 32bits float (this explains why there's a slight modification of the values - which should be very small however!). I guess that if you round up the coordinates back to 3 decimals, you would get the original value?

And for the export issue, as CloudCompare has no notion of coordinates precision or anything like that, it outputs coordinates in ASCII files with 6 digits by default (and 8 if CC has originally shifted the cloud at loading time).

What bugs me is when you speek about "troubles when importing in other software (canupo, coltop)". What kind of troubles exactly? They can't read the coordinates?

Anyway, if it's really blocking it wouldn' be too difficult to add a specific dialog for ASCII export that would let you specify the number of digits?
Daniel, CloudCompare admin
4Cloutier
Posts: 2
Joined: Fri Jan 25, 2013 7:17 pm

Re: digits increasing!

Post by 4Cloutier »

Hi,
After exporting the data from Cloud Compare, I then truncate the digits to keep only the last 3 and it solves the problem.
Sorry I wasn't clear in my first post, but the problem when importing in other software is only a matter of size. Yes they can read the coordinates, but because there is so much digits it slows down/crashes the other softwares. When using the truncated file with 3 or 4 digits it's fine.
thanks,
Post Reply