Genaue Koordinaten ermitteln / How to find precise Coordinates

Einführung / Introduction

Um genaue Koordinaten erfassen zu kennen musst Du einiges über die unterschiedlichen Koordinatenformate wissen und über die Präzision und Genauigkeit, welche mit diesen Formaten möglich sind. Ausserdem gibt es einige Dinge zu berücksichtigen, wie Du Koordinaten am besten misst. Diese Seite erklärt diese Aspekte und gibt Dir auch einige Hintergrundinformationen dazu.

Kurzfassung: Verwende das "Dezimalminuten-Format" mit mindestens 3 Kommastellen um genaue Koordinaten angeben zu können und miss diese zu unterschiedlichen Zeiten, aus unterschiedlichen Richtungen kommend mehrmals ein.

In order to measure precise coordinates you need to know a few things about the different coordinate formats and about the precision which is possible with these formats. In addition, there are some things to consider when measuring coordinates. This page explains these aspects and also provides some background information.

Short summary: Use the "Decimal Degree" Format with at least 3 decimal digits to provide precise coordinates and measure these multiple times, at different times, coming from different directions.


Geometrische Grundgedanken / Geometrical basics

Beim Geocachign wird das WGS84-Koordinatensystem verwendet. Die Einheiten in diesem System sind Grad, Minuten und Sekunden, je nach Koordinatenformat werden unterschiedliche Kombinationen dieser Einheiten verwendet (siehe weiter unten). Um besser zu verstehen, was das für die unterschiedlichen Koordinatenformate bedeutet, ist es nützlich zu wissen, welcher Distanz diese Einheiten in der Schweiz ungefähr entsprechen:

EinheitNordkoordinateOstkoordinate
1° (Grad) 111km 75.8km
1' (Minute) 1.8km1.2km
1" (Sekunde) 30m 20m
 Herleitung dieser Daten

Die Erde ist (für unsere Betrachtungen reicht diese Vereinfachung) eine Kugel. Der grösste "horizontale" Kreis ist der Äquator und alle Kreise parallel dazu heissen Breitengrade oder Breitenkreise. Der Äquator hat die Breite 0°, der Nordpol hat die Breite 90° oder 90° Nord, der Südpol hat die Breite -90° oder 90° Süd. Die vertikalten Kreise durch den Nord- und Südpol heissen Längengrade oder Längenkreise. Der 0° Kreis ist definiert als der Kreis durch die Sternwarte in Greenwich in London, die Kreise in östlicher Richtung werden positiv numeriert, die Kreise in westlicher Richtung werden negativ numeriert. Der Kreise mit +180° und -180° ist der selbe Kreis.

Während die Längenkreise alle den gleichen Umfang haben (nämlich den vollen Erdumfang) ist der Äquator der einzige Breitenkreis mit dem vollen Erdumfang, alle anderen Breitenkreise sind kleiner, ihr Umfang hängt von ihrer Lage ab. Schauen wir uns die Situation für die Schweiz an.

Die Erde hat einen Radius von 6371km, der Erdumfang ist somit:

u = 2 * r * π = 6'371km * 2 * π = 40'030km

Da ein Kreis immer 360° hat können wir ausrechnen, welcher Distanz ein Grad auf einem Längenkreis oder dem Äquator entspricht:

1° ≙ u / 360 = 40'030km / 360 ≈ 111km

Da ein Grad 60 Minute hat und eine Minute 60 Sekunden können wir ausrechnen, welche Distanz eine Minute und eine Sekunde auf dem Längenkreis entsprechen:

1' ≙ u / (360 * 60) = 40'030km / (360 * 60) ≈ 1.8km

1" ≙ u / (360 * 60 * 60) = 40'030km / (360 * 60 * 60) ≈ 30m

Diese Werte gelten in der Schweiz für die Längenkreise, also für die Nord-Koordinate.

Der Breitenkreis in der Schweiz ist deutlich kürzer als der am Äquator. Um dessen Umfang auszurechnen, müssen wir herausfinden, wie gross dessen Radius ist. Das können wir mit der Trigonometrie tun. Die Schweiz liegt ungefähr zwischen 45.8° Nord (Chiasso) und 47.8° (Schaffhausen). Nehmen wir für diese betrachtungen also einen Wert von 47° an.

Der Radius r1 des schweizer Breitenkreises kann also wie folgt berechnet werden:

r1 = r * cos 47° = 6371km * cos 47° = 4'345km

Der Umfang des schweizer Breitenkreises ist also:

u1 = 2 * r1 * π = 4'345km * 2 * π = 27'300km

Und die Werte für ein Grad, eine Minute und eine Sekunde sind entsprechend:

1° ≙ u / 360 = 27'300km / 360 ≈ 75.8km

1' ≙ u / (360 * 60) = 27'300km / (360 * 60) ≈ 1.2km

1" ≙ u / (360 * 60 * 60) = 27'300km / (360 * 60 * 60) ≈ 20m

Diese Werte gelten in der Schweiz für die Breitenkreise, also für die Ost-Koordinate.

Geocaching uses the WGS84 coordinate system. The units in this system are degrees, minutes and seconds, depending on the coordinate format, different combinations of these units are used (see below). In order to better understand what this means for the various coordinate formats, it is useful to know which distance roughly cooresponds to each of these units in Switzerland:

UnitNorth coordinateEast coordinate
1° (Degree) 111km 75.8km
1' (Minute) 1.8km1.2km
1" (Second) 30m 20m
 Deduction of these values

The earth is a sphere (a simplification that does not matter for our purpose). The biggest "horizontal" circle is the equator and all circles parallel to it are called latitudes. The equator has latitude 0°, the north pole is at latitude 90° or 90° north, the south pole is at latitude -90° or 90° south. The vertical circles through the north and south poles are called longitudes. The 0° circle is defined to be the one going through the observatory in Greenwich, London, circles in eastern direction are numbered positively, those in western direction are numbered with negative numbers. The circle with +180° and -180° is the same circle.

While all longitudinal circles have the same circumference (the circumference of the earth), the equator is the only latitudinal circle with the full circumference of the earth. All other latitudinal circles are smaller, their circumference depends on their position. Let's have a look at the situation for Switzerland.

Earth has a radius of 6371km, the earth's circumference is therefore:

u = 2 * r * π = 6'371km * 2 * π = 40'030km

As a circle always has 360° we can calculate which distance on a longitudinal circle or the equator corresponds to one degree:

1° ≙ u / 360 = 40'030km / 360 ≈ 111km

As a degree has 60 minutes and a minute has 60 seconds we can calculate which distance correspond to a minute and a second on the longitude:

1' ≙ u / (360 * 60) = 40'030km / (360 * 60) ≈ 1.8km

1" ≙ u / (360 * 60 * 60) = 40'030km / (360 * 60 * 60) ≈ 30m

In Switzerland, these values are valid for the longitudinal circles, i.e. the north coordinate.

The latitudinal circle in Switzerland is significantly shorter than the equator. In order to calculate its circumference, we need to figure out its radius. This can be done using trigonometry. Switzerland lies roughly between 45.8° north (Chiasso) and 47.8° north (Schaffhausen). Let's work with a value of 47° for our consideration.

The radius r1 of the Swiss latitudinal circle can be calculated as follows:

r1 = r * cos 47° = 6371km * cos 47° = 4'345km

The circumference of the Swiss latitudinal circle is therefore:

u1 = 2 * r1 * π = 4'345km * 2 * π = 27'300km

The distance valus for degrees, minutes and seconds are thus:

1° ≙ u / 360 = 27'300km / 360 ≈ 75.8km

1' ≙ u / (360 * 60) = 27'300km / (360 * 60) ≈ 1.2km

1" ≙ u / (360 * 60 * 60) = 27'300km / (360 * 60 * 60) ≈ 20m

In Switzerland, these values are valid for the latitudinal circles, i.e. the east coordinate.


Koordinatenformate / Coordinate formats

Es gibt verschiedene Formate, mit welchen Koordinaten im WGS84 System dargestellt werden können.

Dezimalgrade (DD.DDDDD)

Bei diesem Format werden die Minuten und Sekunden in Bruchteile ganzer Grade umgerechnet. Da ein Grad 60 Minuten hat und eine Minute 60 Sekunden hat ein Grad 3600 Sekunden. Somit ist die Formel, wie Grade, Minuten und Sekunden in Dezimalgrade umgerechnet werden können wie folgt:

Dezimalgrade = Grade + (Minuten / 60) + (Sekunden / 3600)

Dieses Format wird zum Beispiel von Google Maps verwendet. Die Genauigkeit, welche damit erreicht werden kann, hängt von der Anzahl Kommastellen ab.

KommastellenBeispielErreichbare Genauigkeit (Nordkoordinate)Erreichbare Genauigkeit (Ostkoordinate)
1 Grad ohne KommastelleD111km75.8km
1 KommastelleD.D11.1km7.58km
2 KommastellenD.DD1.11km758m
3 KommestellenD.DDD111m75.8m
4. KommastellenD.DDDD11.1m7.58m
5. KommastellenD.DDDDD1.11m75.8cm

Da die Genauigkeit des GPS-Signals bei modernen GPS Geräten und Smartphones irgendwo zwischen 3 und 10 Metern liegt, bedeutet dies, dass im Dezimalgrad-Format mindestens fünf Kommastellen benötigt werden, um einen Punkt mit ausreichender Präzision darstellen zu können.

Koordinaten des Swissgrid-Referenzpunktes bei der alten Sternwarte bei der Universität Bern (Swissgrid 600'000 200'000 (alt, LV03) oder 2'600'000 1'200'000 (neu, LV95)) in Dezimalgraden: N46.95108111°, E07.43863722°

Grade und Minuten

Bei diesem Format werden nur die vollen Grade und Minuten angegeben. Wie wir oben gesehen haben, ist damit für die Präzision von ca. 1.8km (Nordkoordinate) bzw. 1.2km (Ostkoordinate) möglich. Dieses Format hat beim Geocaching keine Relevanz und wird auch kaum von einer Smartphone App verwendet.

Dezimalminuten (DD MM.MMM)

Bei diesem Format werden die Sekunden in Bruchteile ganzer Minuten umgerechnet. Da ein Grad 60 Sekunden hat, werden die Dezimalminuten wie folgt berechnet:

Dezimalminuten = Minuten + (Sekunden / 60)

Dies ist das Format, welches (mit 3 Kommastellen) auf der Webseite von Geocaching.com sowie der offiziellen Geocaching Smartphone App verwendet wird. Auch die meisten anderen Geocaching-Smartphone Apps verwenden dieses Format. Garmin-GPS Geräte verwenden dieses Format mit 3 (ältere Geräte) oder 4 (neuere Geräte) Kommastellen. Die mit diesem Format erreichbare Präzision hängt von der Anzahl Kommastellen ab.

KommastellenBeispielErreichbare Genauigkeit (Nordkoordinate)Erreichbare Genauigkeit (Ostkoordinate)
1 Minute ohne KommastelleD M1.8km1.2km
1 KommastelleD M.M180m120m
2 KommastelleD M.MM18m12m
3 KommastelleD M.MMM1.8m1.2m
4 KommastelleD M.MMMM18cm12cm

Da die Genauigkeit des GPS-Signals bei modernen GPS Geräten und Smartphones irgendwo zwischen 3 und 10 Metern liegt, bedeutet dies, dass im Dezimalminuten-Format drei Kommastellen benötigt werden, um einen Punkt mit ausreichender Präzision darstellen zu können.

Koordinaten des Swissgrid-Referenzpunktes bei der alten Sternwarte bei der Universität Bern (Swissgrid 600'000 200'000 (alt, LV03) oder 2'600'000 1'200'000 (neu, LV95)) in Dezimalminuten: N46° 57.065' E007° 26.318'


There are various formats to express coordinates in the WGS84 system.

Decimal degrees (DD.DDDDD)

For this format minutes and seconds are converted into fractions of degrees. As a degree has 60 minutes and a minute has 60 seconds, a degree has 3600 seconds. Therefore the formula to convert degrees, minutes and seconds into decimal degrees is the following:

Decimal degrees = degrees + (minutes / 60) + (seconds / 3600)

This is the format used by Google Maps, for example. The precision which can be obtained with this format depends on the number of decimal digits.

Decimal digitsExampleObtainable precision (north coordinate)Obtainable precision (east coordinate)
1 degree without decimal digitsD111km75.8km
1 decimal digitD.D11.1km7.58km
2 decimal digitsD.DD1.11km758m
3 decimal digitsD.DDD111m75.8m
4. decimal digitsD.DDDD11.1m7.58m
5. decimal digitsD.DDDDD1.11m75.8cm

As the precision of the GPS signal with modern GPS devices and smartphones varies between 3 and 10 meters, this means that we need at least five decimal digits with the decimal degree format to represent a point with sufficient precision.

The coordinates of the Swissgrid reference point at the old observatory at the university of Bern (Swissgrid 600'000 200'00 (old, LV03) or 2'600'000 1'200'000 (new, LV95)) in decimal degrees: N46.95108111°, E07.43863722°

Degrees and Minutes

This format only uses the full degrees and minutes. As we saw above, this limits the precision to roughly 1.8km (northing) or 1.2km (easting). This format has no relevance in Geocaching and is not really used by any smartphone application.

Decimal minutes (DD MM.MMM)

For this format, seconds are converted into fractions of minutes. As a degree has 60 seconds, the formular to calculate decimal mintes is the following:

Decimal minutes = minutes + (seconds / 60)

This is the format (using 3 decimal digits), which is used on the website of Geocaching.com as well as in the official Geocaching smartphone app. Most other Geocaching smartphone apps also use this format. Garmin GPS devices use this format with 3 (older devices) or 4 (newer devices) decimal digits. The precision which can be obtained with this format depends on the number of decimal digits.

Decimal digitsExampleObtainable precision (north coordinate)Obtainable precision (east coordinate)
1 Minute without decimal digitsD M1.8km1.2km
1 decimal digitD M.M180m120m
2 decimal digitsD M.MM18m12m
3 decimal digitsD M.MMM1.8m1.2m
4 decimal digitsD M.MMMM18cm12cm

As the precision of the GPS signal with modern GPS devices and smartphones varies between 3 and 10 meters, this means that we need three decimal digits in the decimal minute format to represent a point with sufficient precision.

The coordinates of the Swissgrid reference point at the old observatory at the university of Bern (Swissgrid 600'000 200'00 (old, LV03) or 2'600'000 1'200'000 (new, LV95)) in decimal minutes: N46° 57.065' E007° 26.318'

Grade, Minuten und Sekunden

Bei diesem Format werden nur die vollen Grade, Minuten und Sekunden angegeben. Wie wir oben gesehen haben, ist damit die Präzision von ca. 30m (Nordkoordinat) bzw. 20m (Ostkoordinate) möglich. Dies ist für für das Geocaching nicht ausreichend genau!

Leider brauchen viele nicht-Geocaching Smartphone-Apps (z.B. der iPhone Kompass) dieses Format. Da Du mit diesen Apps keine ausreichend genauen Koordinaten messen kannst, solltest Du diese mit einer Geocaching App tun (siehe weiter unten).

Verwendest Du trotzdem dieses Format und rechnest es in Dezimalminuten um, so ergeben sich "typische" Werte in sechzigstel-Abständen (z.B. MM.117 oder MM.783), wenn ein Cache sowohl bei den Nord- als auch den Ostkoordinaten mit solchen "sechzigstel-Abständen" eingereicht wird, fragen wir typischerweise zurück, wie diese Koordinaten gemessen wurden, da es ein sehr grosser Zufall wäre, wenn eine Position bei beiden Koordainten genau bei DD MM SS.00 liegen würde.

Dezimalsekunden (DD MM SS.SS)

Bei diesem Format werden ganze Grade und Minuten sowie Sekunden mit Kommastellen verwendet. Dieses Format wird von einzelnen Smartphone Apps verwendet. Die mit diesem Format erreichbare Präzision hängt von der Anzahl Kommastellen ab.

KommastellenBeispielErreichbare Genauigkeit (Nordkoordinate)Erreichbare Genauigkeit (Ostkoordinate)
1 Sekunde ohne KommastelleD M S30m20m
1 KommastelleD M S.S3m2m
2 KommastelleD M S.SS30cm20cm

Da die Genauigkeit des GPS-Signals bei modernen GPS Geräten und Smartphones irgendwo zwischen 3 und 10 Metern liegt, bedeutet dies, dass im Dezimalsekunden-Format mindestens eine, besser jedoch zwei Kommastellen benötigt werden, um einen Punkt mit ausreichender Präzision darstellen zu können.

Koordinaten des Swissgrid-Referenzpunktes bei der alten Sternwarte bei der Universität Bern (Swissgrid 600'000 200'000 (alt, LV03) oder 2'600'000 1'200'000 (neu, LV95)) in Dezimalminuten: N46° 57' 03.89", E007° 26' 19.09"

Falls Du eine Smartphone App mit diesem Format verwendest, um Koordinaten einzumessen, ist es wichtig, dass Du diese bei der Eingabe auf Geocaching.com vorher mit der Formel

Dezimalminuten = Minuten + (Dezimalsekunden / 60)

umrechnest, damit Du sie als DD MM.MMM eingeben kannst.

Degrees, Minutes and Seconds

This format only uses full degrees, minutes and seconds. As we saw above, this limits the precision to roughly 30m (northing) or 20m (easting). This is not sufficient precision for Geocaching.

Unfortunately, many non-Geocaching smartphone apps use this format (e.g. the iPhone compass app). Because you cannot measure sufficiently precise coordinates with this format, you should use the official Geoaching app instead.

If you do use this format and convert it into decimal minutes, this will result in "typical" values in one-sixtieth intervals (e.g. MM.117 or MM.783). If a cache with such sixtieth interval values for both its north and east coordinates is submitted, we will typically ask how the coordinates for the cache were obtained, as it would be an extreme coincidence if both coordinates lay at exactly DD MM SS.00.

Decimal seconds (DD MM SS.SS)

For this format, degrees, minutes and seconds with decimal digits are used. This format is used by some smartphone apps. The precision which can be obtained with this format depends on the number of decimal digits.

Decimal digitsExampleObtainable precision (north coordinate)Obtainable precision (east coordinate)
1 Second without decimal digitsD M S30m20m
1 decimal digitD M S.S3m2m
2 decimal digitsD M S.SS30cm20cm

As the precision of the GPS signal with modern GPS devices and smartphones varies between 3 and 10 meters, this means that we need at least one but better two decimal digits in the decimal second format to represent a point with sufficient precision.

The coordinates of the Swissgrid reference point at the old observatory at the university of Bern (Swissgrid 600'000 200'00 (old, LV03) or 2'600'000 1'200'000 (new, LV95)) in decimal seconds: N46° 57' 03.89", E007° 26' 19.09"

If you use a smartphone app with this format to measure coordinates, it is important that you convert these using the following formula

Decimal minutes = minutes + (decimal seconds / 60)

before entering the coordinates at Geocaching.com in the DD MM.MMM format.

Umrechnung zwischen den verschiedenen Formaten

Die Umrechnung lässt sich am einfachsten anhand eines praktischen Beispiels demonstrieren, wir verwenden dazu die oben erwähnten Koordinaten der alten Sternwarte in Bern.

 Beispiele für die Umrechnung

Dezimalgrade in Dezimalminuten

Koordinaten in Dezimalgraden: N46.95108111°, E07.43863722

Die Grade lassen sich sehr einfach aus den Dezimalgraden eruiren, es sind die ganzen Zahlen vor dem Komma, in unserem Beispiel also N46° und E7°.

Die Dezimalminuten lassen sich berechnen, indem man den Nachkommateil der Dezimalgrade mit 60 multipliziert.

0.95108111 * 60' = 57.0648666'

0.43863722 * 60' = 26.3182332'

Somit haben wir die Koordinaten in Dezimalminuten (auf 3 Stellen gerundet): N46° 57.065'  E7° 26.318'

Dezimalminuten in Dezimalsekunden

Koordinaten in Dezimalminuten: N46° 57.065'  E7° 26.318'

Um die Koordinaten in Dezimalsekunden umzurechnen gehen wir genau gleich vor: Die Grade haben wir bereits, die Minuten sind die ganzen Minuten vor dem Komma aus den Dezimalminuten, in unserem Beispiel also N46° 57' und E7° 26'

Die Dezimalsekunden lassen sich berechnen, indem man den Nachkommateil der Dezimalminuten mit 60 multipliziert.

0.0648666 * 60" = 3.891996"

0.3182332 * 60" = 19.093992"

Somit haben wir die Koordinaten in Dezimalsekunden (auf 2 Stellen gerundet): N46° 57' 03.89"  E7° 26' 19.09"

Dezimalminuten in Dezimalgrade

Koordinaten in Dezimalminuten: N46° 57.065'  E7° 26.318'

Die Formel zur Umrechnung von Dezimalsekunden in Dezimalgrade haben wir bereits oben bei der Beschreibung des Koordinatenformats aufgeführt. Wir addieren dazu die ganzen Grade sowie das Resultat aus der Division aus den Dezimalminuten durch 60.

Dezimalgrade = Ganze Grade + (Dezimalminuten / 60)

(46 + 57.065 / 60)° = 46.951083°

(7 + 26.318 / 60)° = 7.43863°

Die Koordinaten in Dezimalgraden sind also N46.951083°  E7.43863° (der Unterschied zu den im ersten Beispiel aufgeführten Koordinaten kommt daher, dass wir mit den auf 3 Stellen gerundeten Dezimalminuten begonnen haben).

Dezimalsekunden in Dezimalminuten

Koordinaten in Dezimalsekunden: N46° 57' 03.89", E007° 26' 19.09

Die Umrechnung von Dezimalsekunden in Dezimalminuten geschieht gemäss der Formel, welche bei der Beschreibung des Koordinatenformats angegeben haben:

Dezimalminuten = Ganze Minuten + (Dezimalsekunden / 60)

N46° (57 + 3.89 / 60)' = N46° 57.06483'

E7° (26 + 19.09 / 60)' = E7° 26.31816'

Somit haben wir die Koordinaten in Dezimalminuten (auf 3 Stellen gerundet): N46° 57.065'  E7° 26.318'

Dezimalsekunden in Dezimalgrade

Koordinaten in Dezimalsekunden: N46° 57' 03.89", E007° 26' 19.09

Die Umrechnung in Dezimalgrade lassen sich entweder direkt aus den Dezimalsekunden oder mit dem Zwischenschritt über die Dezimalminuten berechnen. Die Umrechnung basierend auf den Dezimalminuten haben wir bereits im vorherigen Beispiel demonstriert, somit werden wir noch die direkte Umrechnung von Dezimalsekunden zu Dezimalgraden aufzeigen:

Dezimalgrade = Ganze Grade + ((Ganze Minuten + (Dezimalsekunden / 60) ) / 60)

(46 + ((57 + (3.89/60)) / 60))° = 46.95108056°

(7 + ((26 + (19.09 / 60)) / 60))° = 7.4386361°

Die Koordinaten in Dezimalgraden sind also N46.95108056°  E7.4386361° (der Unterschied zu den im ersten Beispiel aufgeführten Koordinaten kommt daher, dass wir mit den auf 2 Stellen gerundeten Dezimalsekunden begonnen haben).

Statt diese Umrechnungen von Hand zu machen, kann man auch einen der diversen Online-Konvertern verwenden, z.B. https://www.pgc.umn.edu/apps/convert/


Conversion between the coordinate formats

The conversion between formats is most easily demonstrated by using a practical example. We'll use the coordinates of the old observatory at the university in Bern.

 Conversion examples

Decimal degrees to decimal minutes

Coordinates in decimal degrees: N46.95108111°, E07.43863722

The full degrees are very easy to determine from decimal degrees by taking the full integer values before the comma, in our example N46° and E7°.

The decimal minutes are calculated by multiplying the fractional digits of the decimal degrees by 60.

0.95108111 * 60' = 57.0648666'

0.43863722 * 60' = 26.3182332'

Thus we find the coordinates in decimal minutes (rounded to 3 digits): N46° 57.065'  E7° 26.318'

Decimal minutes to decimal seconds

Coordinates in decimal minutes: N46° 57.065'  E7° 26.318'

In order to convert coordinates to decimal seconds we use the same principle as above: We already have the full degrees, die full minutes are the full integer values of the minutes before the comma, in our example N46° 57' and E7° 26'.

The decimal seconds are calculated by multiplying the fracitonal digits of the decimal minutes by 60.

0.0648666 * 60" = 3.891996"

0.3182332 * 60" = 19.093992"

Thus we find the coordinates in decimal seconds (rounded to 2 digits): N46° 57' 03.89"  E7° 26' 19.09"

Decimal minutes to decimal degrees

Coordinates in decimal minutes: N46° 57.065'  E7° 26.318'

In the description of the coordinate format above, we already showed the formula for the conversion from decimal minutes to decimal degrees. We need to add full degrees to the result of the division of the decimal minutes by 60.

Decimal degrees = Full degrees + (decimal minutes / 60)

(46 + 57.065 / 60)° = 46.951083°

(7 + 26.318 / 60)° = 7.43863°

The coordinates in decimal degrees are therefore N46.951083°  E7.43863° (the difference to the coordinates shown in the first example are caused by using the decimal minutes rounded to 3 digits).

Decimal seconds to decimal minutes

Coordinates in decimal seconds: N46° 57' 03.89", E007° 26' 19.09

The conversion from decimal seconds to decimal minutes uses the formula indicated in the description of the coordinate format above:

decimal minutes = full minutes + (decimal seconds / 60)

N46° (57 + 3.89 / 60)' = N46° 57.06483'

E7° (26 + 19.09 / 60)' = E7° 26.31816'

Thus we find the coordinates in decimal minutes (rounded to 3 digits): N46° 57.065'  E7° 26.318'

Decimal seconds to decimal degrees

The conversion to decimal degrees can either be done directly or by using decimal minutes as intermediate step. The conversion based on decimal minutes has already been demonstrated in the previous examples, so we'll just show how the direct conversion is done:

decimal degrees = full degrees + ((full minutes + (decimal seconds / 60) ) / 60)

(46 + ((57 + (3.89/60)) / 60))° = 46.95108056°

(7 + ((26 + (19.09 / 60)) / 60))° = 7.4386361°

The coordinates in decimal degrees are therefore N46.95108056°  E7.4386361° (the difference to the coordinates shown in the first example are caused by using the decimal seconds rounded to 2 digits).

Instead of manually converting these values, you can also use one of the many online converters, e.g. https://www.pgc.umn.edu/apps/convert/


Koordinaten mit der offiziellen Geocaching App einmessen / Measuring coordinates using the official Geocaching App

Um mit der offiziellen Geocaching App Koordinaten für einen neuen Cache zu messen, gehst Du wie folgt vor:

  1. Du wählst auf der Karte einen beliebigen Cache aus
  2. Du scrollst in der Ansicht des Caches ganz nach unten
  3. Du tippst auf "Wegpunkte"
  4. Du tippst auf das Plus Zeichen "+" in der oberen rechten Ecke
  5. Du tippst auf die Koordinaten unterhalb des Texts "Aktueller Standort"
  6. Du solltest die Koordinaten nun im oberen Bereich sehen, wo man die Koordinaten auch von Hand eingeben könnte
    Tippe auf "Hinzufügen"
  7. Du siehst nun den neu hinzugefügten Wegpunkt. Tippst Du diesen wieder an, werden die gemessenen Koordinaten wieder angezeigt
    (was beim "Mitteln" wichtig wird, siehe unten)

Du kannst auf diese Weise auch mehrere Wegpunkte hinzufügen, um den gleichen Punkt zu unterschiedlichen Zeiten mehrfach zu messen.

In order to measure coordinates using the official Geocaching App, proceed as follows:

  1. Pick any cache on the map
  2. Scroll all the way down in the view of the cache
  3. Touch the "Waypoints" entry
  4. Touch on the plus sign "+" in the upper right corner
  5. Touch the coordinates shown below the text "Current Location"
  6. You should now see these coordinates in the area above, where you could also enter coordinates manually
    Touch "Add"
  7. You should now see your newly added waypoint. If you touch this waypoint, you should be taken back to the view displaying the coordinates
    (which becomes important when "averaging", see below)

You can use this process to add more than one waypoint, in order to measure the same point at different times.



Koordinaten mit einem Garmin GPS Gerät einmessen / Measurign coordinates using a Garmin GPS device

Das genaue Vorgehen hängt stark von den unterschiedlichen Modellen ab. Grundsätzlich gehst Du aber wie folgt vor:

  1. Bei der ersten Messung legst Du das Gerät an die entsprechende Stelle und legst einen neuen Wegpunkt mit den aktuellen Koordinaten an
  2. Bei den weiteren Messungen, wählst Du den beim ersten mal erstellten Wegpunkt an und wählst dann aus dem Menu die Option die Koordinaten zu Mitteln aus

(Beachte bei den Messungen die Punkte, welche unten unter "Koordinaten Mitteln" beschrieben sind).

Du kannst natürlich auch bei jeder Messung einen neuen Wegpunkt anlegen, dann musst Du das Mitteln aber - wie fürs Smartphone beschrieben - selber übernehmen.

The exact steps depend on the different models. However, the general steps are the same:

  1. When doing the first measurement, place the device at the correct location and create a new waypoint with the current coordinates
  2. When doing any further measurements, choose the waypoint created during the first measurement and choose the option to Average the coordinates from the menu

(Please also consider the points mentioned under "Averaging Coordinates" below).

You can of course also create a new waypoint for every measurement, in this case you will need to do the averaging yourself - the same as described for the smartphone).


Koordinaten Mitteln / Averaging Coordinates

Die Genauigkeit des GPS Signals hängt von verschiedenen Faktoren ab (Position der Satelliten, Topografie (Reflexionen), Wetter, etc) variert dies immer etwas. Um den Einfluss dieser Faktoren zu minimieren, lohnt es sich beim Ermitteln der Koordinaten wie folgt vorzugehen:

  • messe die Koordinaten über einige Tage verteilt mehrmals an der exakt gleichen Stelle
  • versuche dies zu unterschiedlichen Tageszeiten zu tun
  • versuche (falls dies möglich ist) aus verschiedenen Richtungen auf den Punkt zuzugehen
  • lasse das GPS Gerät oder das Smartphone vor der Messung ein, zwei Minuten an der Position liegen
  • messe dann die Koordinaten mit der offiziellen Geocaching App (siehe oben) oder einem GPS Gerät ein

Wenn Du einige Messungen hast, so kannst Du diese Mitteln, damit sich die Fehler der einzelnen Messungen idealerweise aufheben.

Wenn Du ein Garmin Gerät hast, kannst Du dies bereits beim Messen der Koordinaten tun (siehe oben), wenn Du ein Smartphone verwendet hast (oder mit dem GPS bei jeder Messung einen neuen Wegpunkt angelegt hast), musst Du nun ein wenig rechnen.

Folge diesen Schritten jeweils für die Nordkoordinaten und Ostkoordinaten separat:

  1. Notiere alle Koordinaten, die Du gemessen hast
  2. Falls die Grade bei allen Messungen gleich sind, brauchst Du diese nicht zu beachten, falls sich diese unterscheiden, zähle bei den Messungen mit der höheren Gradzahl 60 zu den Minuten hinzu.
  3. Addiere nun alle Minuten zusammen
  4. Diese Summe teilst Du durch die Anzahl Messungen
  5. Falls das Resultat grösser als 60 ist, musst Du die höhere Gradzahl verwenden, sonst die tiefere.
  6. Verwende das Resultat als Minuten-Wert

Beispiel:

Gemessene Nordkoordinaten:

N46° 59.768
N46° 59.802
N47° 00.017
N46° 59.822

  • Bei der dritten Messung ist die Gradzahl eins höher als bei den anderen, wir verwenden dort also statt 00.017 60.017
  • Summe 59.768 + 59.802 + 60.017 + 59.822 = 239.409
  • Anzahl Messungen: 4
  • Teile 239.409 / 4 = 59.85225
  • Gemittelte Nordkoordinate ist N46° 59.852

Wiederhole die gleichen Schritte für die Ostkoordinaten.

The quality of the GPS signal depends on various factors (position of satellites, topography (reflections), weather, etc) and therefore varies constantly. In order to minimise these factors, it is a good idea to proceed as follows when measuring coordinates:

  • measure the coordinates over multiple days at the same location
  • try to do this at different times of day
  • try to apporach the location from different directions (if possible)
  • let the GPS device or smartphone rest at the location for a few minutes befor taking the measurement
  • measure the coordinates using the official Geocaching app (see above) or using a GPS device

When you have obtained a few measurements, you can average these and ideally the error in the measurements will cancel each other out.

If you have a Garmin device, you can already do this as part of the measurement (see above), if you used a smartphoine (or if you created a new waypoint with each measurement with your GPS device), you need to do some simple calculations.

Follow these steps for the north and east coordinates:

  1. Note down all measurements
  2. If the degrees are the same for all measurement, you don't need to consider them, if they differ, you need to add 60 to the minute values fo those with the higher degree number.
  3. Add all minute values
  4. Divide the sum by the number of measurements
  5. If the result is greater than 60, you need to use the higher degree value, otherwise the lower one.
  6. Use the result as minute value

Example:

Measured north coordinates:

N46° 59.768
N46° 59.802
N47° 00.017
N46° 59.822

  • The third measurement has a higher degree value than the other three, so for this value we need to use 60.017 instead of 00.017
  • Sum 59.768 + 59.802 + 60.017 + 59.822 = 239.409
  • Number of measurements: 4
  • Division 239.409 / 4 = 59.85225
  • Averaged north coordinate is N46° 59.852

Repeat these steps for the east coordinates.