ObjectVision / GeoDMS

Source code for the GeoDMS software
https://www.geodms.nl/
Other
7 stars 1 forks source link

For grids, get_X and get_Y should result in values in the base coordinate system #689

Open mtbeek32 opened 5 months ago

mtbeek32 commented 5 months ago

Assume a grid domain relating grid coordinates to rdc coordinates (e.g. for the Ruimtescanner).

The functions PointCol and PointRow on the id attribute of this grid domain now result in grid coordinates, which is intuitive. The functions get_X and get_Y on the id attribute of this grid domain now also result in grid coordinates, but X and Y is intuitively more related to the world of the base coordinate system.

It would be nice of the get_X and get_Y function should result in coordinates in the base coordinate system