Coordinate system - ObjectVision/GeoDMS GitHub Wiki
Geographic data describes objects/subjects/processes on the earth surface for which the location on this surface is relevant. As the earth is a sphere/ellipsoid, a map projection is needed to project these locations in a two-dimensional plane. This two-dimensional plane can be described by a geographic coordinate system.
The coordinate system of a GeoDMS project is defined by its coordinate unit, defining how the coordinates need to be interpreted, in terms of their metric (meters, degrees) and their origin.
In a GeoDMS project usually one coordinate system is used, although source data can be available in different coordinate systems. But most functions only support calculating with data in the same coordinate system, which also applies to visualization data in a map view.
Therefore coordinate conversions can be used to convert data between and within coordinate systems.
In working with coordinate systems, it is important to make the following distinction:
a cartesian system
Most GeoDMS applications use a cartesian coordinate system, like in the Netherlands the Rijksdriehoekcoördinaten.
A Cartesian coordinate system is an orthogonal coordinate system in which the distance between two coordinate lines is constant in a length unit.
This means the Pythagorean theorem can be used to calculate distances, which is an important assumption in GeoDMS functions like dist and connect_info.
or a geographic coordinate system based on longitude and latitude
Within the GeoDMS it is possible to configure coordinate systems based on latitude / longitude coordinates.
Be careful in interpreting the results of functions that assume the Pythagorean theorem can be used like dist and connect_info.