Cannot request the location points of missions query

Mission: GEO APPRENTICE
Task: Use API to delete data objects based on location criteria

Hi, I downloaded and completely re-imported worldcities.csv, but the query provided in the mission description seems not to catch any data.

Best Regards
Robert

Hello @Robert_Otto

I was able to reproduce the issue in EU cluster. I have Created an internal ticket BKNDLSS-25806

1 Like

For the spatial types which is used on our Earth (in WGS84, Pulkovo, etc. systems) the correct functions are: GetLon() and GetLat(). And I recommend using exactly these functions.

The behavior of GetX() and GetY() depend on the spatial system type and they are more intended for Cartesian system.