Page 1 of 1

GE image skewed

Posted: Thu Jun 06, 2024 5:04 am
by nickvnlr
When I import an image from GE it is consistently skewed about 2° clockwise. Is there a way to fix this? Some setting in the *.ini file?

Re: GE image skewed

Posted: Thu Jun 06, 2024 9:13 am
by Dan Crosby
Hi Nick,

Irricad's GE importer takes data from geographical coordinates (a sphere) and translates them to planar coordinates (a flat plane) for CAD. Part of the process is to rectify the image so that the planar coordinates match the geographical ones. This is the "skew" in the image, and it is necessary if you want to maintain accuracy (e.g., if you want to use "View in Google Earth", or give coordinates to someone for laying out etc.)

You can remove the rectification by unchecking "Rectify Image" in the Google Earth import utility. However, be aware that you will lose accuracy in doing this and we wouldn't usually recommend it.

Regards,

Dan

Re: GE image skewed

Posted: Fri Jun 07, 2024 4:36 am
by nickvnlr
Thank you for the explanation.