How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
|
To convert your lat/long from decimal degrees like DD.dddddd just use the 2 digits (for the first number, 3 for the second) before the decimal, then multiply the .dddddd by 60, and put that after the DD with 2 digits, decimal, then 4 digits after the decimal.? So 12.3456 degrees as latitude?becomes 1220.7360
To convert DD MM SS to DDMM.mmmm, use the 2 DD digits (3 for longitude), then 2 MM digits, then decimal/period, the divide SS by 60 (it should?be less than 1) and use the 4 digits after the decimal, padded with 0s if needed.? So 12 degrees 34 minutes 51 seconds as a longitude becomes 01234.8500
You always have 4 digits for latitude or 5 digits for longitude before the decimal, and 4 digits after the decimal, then the direction letter.
Byon
toggle quoted message
Show quoted text
How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
|
? What about north + south -, east + west -?
toggle quoted message
Show quoted text
On March 3, 2023 7:14:32 AM PST, Byonics Support <support@...> wrote:
To convert your lat/long from decimal degrees like DD.dddddd just use the 2 digits (for the first number, 3 for the second) before the decimal, then multiply the .dddddd by 60, and put that after the DD with 2 digits, decimal, then 4 digits after the decimal.? So 12.3456 degrees as latitude?becomes 1220.7360
To convert DD MM SS to DDMM.mmmm, use the 2 DD digits (3 for longitude), then 2 MM digits, then decimal/period, the divide SS by 60 (it should?be less than 1) and use the 4 digits after the decimal, padded with 0s if needed.? So 12 degrees 34 minutes 51 seconds as a longitude becomes 01234.8500
You always have 4 digits for latitude or 5 digits for longitude before the decimal, and 4 digits after the decimal, then the direction letter.
Byon
How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
|
North is positive - South negative. East is positive - West negative.
This is always easiest to explain with a fill example, so if you post information you want translated, we can use it as the example and provide the information in a way that you will be able to use in the future.
Search on DMS to DMM (Degrees Minutes Seconds to Degrees Minutes Minutes). You will findsites like this:
On Friday, March 3, 2023 at 02:58:04 PM EST, Cliff Sojourner K6CLS via groups.io <cls@...> wrote:
? What about north + south -, east + west -?
toggle quoted message
Show quoted text
On March 3, 2023 7:14:32 AM PST, Byonics Support <support@...> wrote:
To convert your lat/long from decimal degrees like DD.dddddd just use the 2 digits (for the first number, 3 for the second) before the decimal, then multiply the .dddddd by 60, and put that after the DD with 2 digits, decimal, then 4 digits after the decimal.? So 12.3456 degrees as latitude?becomes 1220.7360
To convert DD MM SS to DDMM.mmmm, use the 2 DD digits (3 for longitude), then 2 MM digits, then decimal/period, the divide SS by 60 (it should?be less than 1) and use the 4 digits after the decimal, padded with 0s if needed.? So 12 degrees 34 minutes 51 seconds as a longitude becomes 01234.8500
You always have 4 digits for latitude or 5 digits for longitude before the decimal, and 4 digits after the decimal, then the direction letter.
Byon
How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
|
another good one is here
the specification that spells out lat-lon encoding and everything else is here: rich
toggle quoted message
Show quoted text
North is positive - South negative. East is positive - West negative.
This is always easiest to explain with a fill example, so if you post information you want translated, we can use it as the example and provide the information in a way that you will be able to use in the future.
Search on DMS to DMM (Degrees Minutes Seconds to Degrees Minutes Minutes). You will findsites like this:
On Friday, March 3, 2023 at 02:58:04 PM EST, Cliff Sojourner K6CLS via <cls= [email protected]> wrote:
? What about north + south -, east + west -? On March 3, 2023 7:14:32 AM PST, Byonics Support < support@...> wrote:
To convert your lat/long from decimal degrees like DD.dddddd just use the 2 digits (for the first number, 3 for the second) before the decimal, then multiply the .dddddd by 60, and put that after the DD with 2 digits, decimal, then 4 digits after the decimal.? So 12.3456 degrees as latitude?becomes 1220.7360
To convert DD MM SS to DDMM.mmmm, use the 2 DD digits (3 for longitude), then 2 MM digits, then decimal/period, the divide SS by 60 (it should?be less than 1) and use the 4 digits after the decimal, padded with 0s if needed.? So 12 degrees 34 minutes 51 seconds as a longitude becomes 01234.8500
You always have 4 digits for latitude or 5 digits for longitude before the decimal, and 4 digits after the decimal, then the direction letter.
Byon
How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
-- Richard A. Painter, P.E. Retired
|
I know that, I'm asking about syntax.? Where do the NSEW or +- go in the list of numbers?
Cliff K6CLS CM87 38N 122W
toggle quoted message
Show quoted text
On March 3, 2023 12:32:40 PM PST, "Rob Giuliano via groups.io" <kb8rco@...> wrote:
North is positive - South negative. East is positive - West negative.
This is always easiest to explain with a fill example, so if you post information you want translated, we can use it as the example and provide the information in a way that you will be able to use in the future.
Search on DMS to DMM (Degrees Minutes Seconds to Degrees Minutes Minutes). You will findsites like this:
On Friday, March 3, 2023 at 02:58:04 PM EST, Cliff Sojourner K6CLS via groups.io <cls@...> wrote:
? What about north + south -, east + west -? On March 3, 2023 7:14:32 AM PST, Byonics Support <support@...> wrote:
To convert your lat/long from decimal degrees like DD.dddddd just use the 2 digits (for the first number, 3 for the second) before the decimal, then multiply the .dddddd by 60, and put that after the DD with 2 digits, decimal, then 4 digits after the decimal.? So 12.3456 degrees as latitude?becomes 1220.7360
To convert DD MM SS to DDMM.mmmm, use the 2 DD digits (3 for longitude), then 2 MM digits, then decimal/period, the divide SS by 60 (it should?be less than 1) and use the 4 digits after the decimal, padded with 0s if needed.? So 12 degrees 34 minutes 51 seconds as a longitude becomes 01234.8500
You always have 4 digits for latitude or 5 digits for longitude before the decimal, and 4 digits after the decimal, then the direction letter.
Byon
How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
|
Totally confused now. What EXACTLY are you trying to do - set the LOCATION in the TT4?
If so, the manually is quite clear: LOCATION [ DDMM.mmmmH DDDMM.mmmmH ]Sets the initial default latitude and longitude in degrees and minutes. This value will be used in position reports until overridden by incoming GPS data. TOSV must be set to false to report this setting. Format must match exactly, including number of digits after the decimal point. For example: to set to 34¡ã 45.29¡¯ North, 76¡ã 13.7482¡¯ East, use ¡°LOCATION 3445.2900N 07613.7482E¡±.
On Friday, March 3, 2023 at 09:05:36 PM EST, Cliff Sojourner K6CLS via groups.io <cls@...> wrote:
I know that, I'm asking about syntax.? Where do the NSEW or +- go in the list of numbers?
Cliff K6CLS CM87 38N 122W
toggle quoted message
Show quoted text
On March 3, 2023 12:32:40 PM PST, "Rob Giuliano via groups.io" <kb8rco@...> wrote:
North is positive - South negative. East is positive - West negative.
This is always easiest to explain with a fill example, so if you post information you want translated, we can use it as the example and provide the information in a way that you will be able to use in the future.
Search on DMS to DMM (Degrees Minutes Seconds to Degrees Minutes Minutes). You will findsites like this:
On Friday, March 3, 2023 at 02:58:04 PM EST, Cliff Sojourner K6CLS via groups.io <cls@...> wrote:
? What about north + south -, east + west -? On March 3, 2023 7:14:32 AM PST, Byonics Support <support@...> wrote:
To convert your lat/long from decimal degrees like DD.dddddd just use the 2 digits (for the first number, 3 for the second) before the decimal, then multiply the .dddddd by 60, and put that after the DD with 2 digits, decimal, then 4 digits after the decimal.? So 12.3456 degrees as latitude?becomes 1220.7360
To convert DD MM SS to DDMM.mmmm, use the 2 DD digits (3 for longitude), then 2 MM digits, then decimal/period, the divide SS by 60 (it should?be less than 1) and use the 4 digits after the decimal, padded with 0s if needed.? So 12 degrees 34 minutes 51 seconds as a longitude becomes 01234.8500
You always have 4 digits for latitude or 5 digits for longitude before the decimal, and 4 digits after the decimal, then the direction letter.
Byon
How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
|
Thank you all.? I have got the issue resolved. Lat Long all set and operating correctly
|
Thanks so much for the APRS101 document.? That covers it.
Cliff K6CLS CM87
toggle quoted message
Show quoted text
On March 3, 2023 12:56:38 PM PST, Rich Painter <painterengr@...> wrote:
another good one is here
the specification that spells out lat-lon encoding and everything else is here: rich
North is positive - South negative. East is positive - West negative.
This is always easiest to explain with a fill example, so if you post information you want translated, we can use it as the example and provide the information in a way that you will be able to use in the future.
Search on DMS to DMM (Degrees Minutes Seconds to Degrees Minutes Minutes). You will findsites like this:
On Friday, March 3, 2023 at 02:58:04 PM EST, Cliff Sojourner K6CLS via <cls= [email protected]> wrote:
? What about north + south -, east + west -? On March 3, 2023 7:14:32 AM PST, Byonics Support < support@...> wrote:
To convert your lat/long from decimal degrees like DD.dddddd just use the 2 digits (for the first number, 3 for the second) before the decimal, then multiply the .dddddd by 60, and put that after the DD with 2 digits, decimal, then 4 digits after the decimal.? So 12.3456 degrees as latitude?becomes 1220.7360
To convert DD MM SS to DDMM.mmmm, use the 2 DD digits (3 for longitude), then 2 MM digits, then decimal/period, the divide SS by 60 (it should?be less than 1) and use the 4 digits after the decimal, padded with 0s if needed.? So 12 degrees 34 minutes 51 seconds as a longitude becomes 01234.8500
You always have 4 digits for latitude or 5 digits for longitude before the decimal, and 4 digits after the decimal, then the direction letter.
Byon
How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
|
Hi Rob, 3rd paragraph explains perfectly, thanks!
And the TAPR reference is great too
> the specification that spells out lat-lon encoding and everything else is here:
rich
toggle quoted message
Show quoted text
On March 3, 2023 7:04:46 PM PST, "Rob Giuliano via groups.io" <kb8rco@...> wrote:
Totally confused now. What EXACTLY are you trying to do - set the LOCATION in the TT4?
If so, the manually is quite clear: LOCATION [ DDMM.mmmmH DDDMM.mmmmH ]Sets the initial default latitude and longitude in degrees and minutes. This value will be used in position reports until overridden by incoming GPS data. TOSV must be set to false to report this setting. Format must match exactly, including number of digits after the decimal point. For example: to set to 34¡ã 45.29¡¯ North, 76¡ã 13.7482¡¯ East, use ¡°LOCATION 3445.2900N 07613.7482E¡±.
On Friday, March 3, 2023 at 09:05:36 PM EST, Cliff Sojourner K6CLS via groups.io <cls@...> wrote:
I know that, I'm asking about syntax.? Where do the NSEW or +- go in the list of numbers? Cliff K6CLS CM87 38N 122W On March 3, 2023 12:32:40 PM PST, "Rob Giuliano via groups.io" <kb8rco@...> wrote:
North is positive - South negative. East is positive - West negative.
This is always easiest to explain with a fill example, so if you post information you want translated, we can use it as the example and provide the information in a way that you will be able to use in the future.
Search on DMS to DMM (Degrees Minutes Seconds to Degrees Minutes Minutes). You will findsites like this:
On Friday, March 3, 2023 at 02:58:04 PM EST, Cliff Sojourner K6CLS via groups.io <cls@...> wrote:
? What about north + south -, east + west -? On March 3, 2023 7:14:32 AM PST, Byonics Support <support@...> wrote:
To convert your lat/long from decimal degrees like DD.dddddd just use the 2 digits (for the first number, 3 for the second) before the decimal, then multiply the .dddddd by 60, and put that after the DD with 2 digits, decimal, then 4 digits after the decimal.? So 12.3456 degrees as latitude?becomes 1220.7360
To convert DD MM SS to DDMM.mmmm, use the 2 DD digits (3 for longitude), then 2 MM digits, then decimal/period, the divide SS by 60 (it should?be less than 1) and use the 4 digits after the decimal, padded with 0s if needed.? So 12 degrees 34 minutes 51 seconds as a longitude becomes 01234.8500
You always have 4 digits for latitude or 5 digits for longitude before the decimal, and 4 digits after the decimal, then the direction letter.
Byon
How do you convert DD.MM.SS to DDMM.mmmmH lat.? DDD.MM.SS to DDDMM.mmmmH
Thanks much
|