Hi,
Currently, I need to use Universal Transverse Mercator (UTM) projection to map the longitude and latitude as a position on the map.
However, the calculation of UTM is complicated, and the single precision floating point number is not good enough for us to get a very accurate result because of the calculation errors.
We want the accuracy after UTM projection less than 1 meter both in northing and easting. But, the result with single precision floating point number brings us more than 1 meter errors.
Therefore, we would like to use 64 bit double precision floating point format to reduce the calculation error. However, CCEv3.1 doesn't support 64 bit double precision format. So, does anyone know how to do a double precision calculation with CCEv3.1?
Any suggestion would be great!
Thanks!
Regards
Liu