You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm taking a look at the beaconing properties in the configuration file here: https://github.com/wb2osz/direwolf/blob/master/conf/generic.conf#L420-L429. The coordinate format is one that I do not recognize. What is the format? Is the first number the degrees and the second number is the minutes and seconds combined into 1 decimal number?
How would I convert the Prime meridian (Greenwich) into this format? DMS format: 51° 28′ 40.1″ N, 0° 0′ 5.3″ W, Decimal format: 51.477806, -0.001472
The text was updated successfully, but these errors were encountered:
mikeym88
changed the title
What is the coordinate format that is used in the configuration file?
What is the coordinates format that is used in the configuration file?
Jul 21, 2024
The format is degrees ^ minutes and fractional minutes.
The GPS NMEA and APRS positions/objects also use degrees and minutes and fractional minutes without a separator after degrees.
This is explained in the User Guide.
I'm taking a look at the beaconing properties in the configuration file here: https://github.com/wb2osz/direwolf/blob/master/conf/generic.conf#L420-L429. The coordinate format is one that I do not recognize. What is the format? Is the first number the degrees and the second number is the minutes and seconds combined into 1 decimal number?
How would I convert the Prime meridian (Greenwich) into this format? DMS format: 51° 28′ 40.1″ N, 0° 0′ 5.3″ W, Decimal format: 51.477806, -0.001472
The text was updated successfully, but these errors were encountered: