Y
((@YValue()/0.999604)-5447183.654)-(((@XValue()/0.999604)-482902.876)*0.000039706)
X
((@XValue()/0.999604)-482902.876)+(((@YValue()/0.999604)-5447183.654)*0.000039706)
Thanks
Y
((@YValue()/0.999604)-5447183.654)-(((@XValue()/0.999604)-482902.876)*0.000039706)
X
((@XValue()/0.999604)-482902.876)+(((@YValue()/0.999604)-5447183.654)*0.000039706)
Thanks
Best answer by nielsgerrits
Hello and thank you for the reply.
Here's my setup in the PointCloudExpressionEvaluator:
Output is a LAS file. I'm getting this message:
Failed to parse the EXPRESSION_LIST clause. The provided value was '((@XValue()/0.999604)-482902.876)+(((@YValue()/0.999604)-5447183.654)*0.000039706);((@YValue()/0.999604)-5447183.654)-(((@XValue()/0.999604)-482902.876)*0.000039706)'. Please ensure that your syntax is correct
Any idea?
Thanks,
Tomer
For poinclouds you have to use @Component(x) instead of @XValue(). For example
((@Component(x)/0.999604)-482902.876)+(((@Component(y)/0.999604)-5447183.654)*0.000039706)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.