When updating from 1.6.3 to 1.7.5 we noticed the following regression, especially the height is weird.
Expected
{'Height': {'maximum': 586.442 ± 5.9e-04, 'minimum': 406.613 ± 4.1e-04},
'Latitude': {'maximum': 0.7694819644872486 ± 7.7e-07,
'minimum': 0.7692585288653095 ± 7.7e-07},
'Longitude': {'maximum': -2.0872437834475623 ± 2.1e-06,
'minimum': -2.0874694308012236 ± 2.1e-06}}
Actualy
{'Height': {'maximum': -6356138.153753753, 'minimum': -6356339.057442965},
'Latitude': {'maximum': 1.5611652318912046, 'minimum': 1.5359569979858492},
'Longitude': {'maximum': 1.8649031691950797, 'minimum': -3.046626475879601}}
Our flow is: importPoints, exportPoints(PointsFormatCesium)
Is there a relevant changelog available for what could affect this?