Coordinate system

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/ellips, 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 it’s 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 a orthogonal coordinate system in which the distance between two coördinate 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 systems based on longitude and latitude

Within the GeoDMS is possible to configure coordinate systems based on latitude / longitude coordinates.

Be carefull in interpreting the results of functions that assume the Pythagorean theorem can be used like dist and connect_info.

see also