Navigation

    Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. Jrox
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Groups 0

    Jrox

    @Jrox

    0
    Reputation
    4
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Jrox Follow

    Best posts made by Jrox

    This user hasn't posted anything yet.

    Latest posts made by Jrox

    • Export track

      Hi
      I needed to export a track from the Android version of windy maps. As there is no built in support this is how I managed export to gpx format. It is a little bit tricky and requires some computer skills.

      1. Copy the log file for the correct date from the mobile app to a computer running windows or linux. On my mobile the log files was found in the folder android/datacom.seznam.windymaps/files/logs
      2. Run the following UNIX commands from the command line on UNIX (or Windows with gnuwin32) installed.
        echo time,latitude,longitude >gps.csv
        grep -E "loc.*gps" TheLogFile.txt | cut -d; -f1,5,6 | cut -c2-8,28- | tr ";" "," | sort >>gps.csv
      3. The gps.csv file contains time, latitude and longitude in a comma separated file format.
      4. Convert the gps.csv file to gpx format with e.g. https://www.gpsvisualizer.com/convert_input. Note that the date will be todays date, not the track date.

      Note that this is what I used to export one track and no more testing has been done.

      Regards Jan

      posted in Windy Maps
      J
      Jrox
    • Export of tracks

      I am misinng the possibility to export my tracks. Without that the app is of limited use.

      posted in Your Feedback and Suggestions
      J
      Jrox