Results 1 to 2 of 2

Thread: Lat Long Displayed in UTM, Degrees Minutes Seconds, Etc.

  1. #1
    Potential Tuner
    Join Date
    Jan 2021
    Posts
    2

    Lightbulb Lat Long Displayed in UTM, Degrees Minutes Seconds, Etc.

    Greetings!

    Is it at all possible to display latitude and longitude in formats other than decimal degrees?

    Thanks for your input,

    F

  2. #2
    Advanced Tuner
    Join Date
    Apr 2018
    Posts
    294
    Quote Originally Posted by fenestrong View Post
    Greetings!

    Is it at all possible to display latitude and longitude in formats other than decimal degrees?

    Thanks for your input,

    F
    If you're looking for Degrees Minutes Seconds, then that would be pretty easy to put together a Display Object for that since it's just truncating and multiplying by 60 two times. I can put that together here and upload it for you if you would like it.

    UTM seems a bit more complicated. Most of the conversion tools online look like they use libraries to perform the conversion rather than any simple mathematical statements. It could probably be done in a Display Object, but you're probably better off finding a script or excel formula that will perform the conversion for you on your data prior to importing it into RaceRender (or after having RaceRender extract data from a video, exporting the data to a CSV, and then performing the conversions prior to importing it again into RaceRender).