Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login

    Track Vendée Globe progress on Windy.com

    Scheduled Pinned Locked Moved Announcements
    article
    73 Posts 18 Posters 88.3k Views 7 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • justinlimboJ Offline
      justinlimbo
      last edited by

      thanks for the great plugin, @kbsali.

      any chance you can show the routing of ALL boats when I move the date slider forwards?

      kbsaliK 1 Reply Last reply Reply Quote 1
      • kbsaliK Offline
        kbsali @justinlimbo
        last edited by

        Hi @justinlimbo ,

        I have just published v1.2.0 with quite some changes : it now shows a sidebar on the left with the current ranking and check boxes for each boat, allowing you to select which route you want to display. (because of a bug i'm still fighting against, I had to disable the "uncheck" option, so once a route is selected you cannot hide it unless you refresh the page and the plugin.

        K. Saliou

        jmh2002J idefix37I 2 Replies Last reply Reply Quote 4
        • jmh2002J Offline
          jmh2002 Moderator Mariners - Seafarers Sailor @kbsali
          last edited by

          @kbsali said in Track Vendée Globe progress on Windy.com:

          I have just published v1.2.0 with quite some changes : it now shows a sidebar on the left with the current ranking and check boxes for each boat, allowing you to select which route you want to display. (because of a bug i'm still fighting against, I had to disable the "uncheck" option, so once a route is selected you cannot hide it unless you refresh the page and the plugin.

          Fantastic, thank you :)

          WINDY is everywhere :)

          1 Reply Last reply Reply Quote 0
          • idefix37I Offline
            idefix37 Sailor Moderator @kbsali
            last edited by

            @kbsali

            Great job !!

            1 Reply Last reply Reply Quote 0
            • fogmachineF Offline
              fogmachine
              last edited by

              @kbsali this doesn't look right - it should be the 11:00 UTC ranking. Could it be applying my local timezone offset? I'm in UTC -8. Loaded regadata v1.2.3.

              2020-12-08_regadata_timestamp.jpg

              idefix37I 1 Reply Last reply Reply Quote 0
              • idefix37I Offline
                idefix37 Sailor Moderator @fogmachine
                last edited by

                @fogmachine
                Hi, the UTC time seems correct for me, but the date is in French despite I've selected English. Are date and time linked to the user location? UTC time should be independent from location.

                Capture d’écran 2020-12-08 à 13.56.23.png

                fogmachineF 1 Reply Last reply Reply Quote 0
                • fogmachineF Offline
                  fogmachine @idefix37
                  last edited by

                  @idefix37 What time zone are you in?

                  idefix37I 1 Reply Last reply Reply Quote 0
                  • idefix37I Offline
                    idefix37 Sailor Moderator @fogmachine
                    last edited by

                    @fogmachine
                    UTC +1

                    1 Reply Last reply Reply Quote 0
                    • justinlimboJ Offline
                      justinlimbo
                      last edited by

                      your plugin gets better and better. thanks for that, @kbsali.

                      any chance you can display the course and relative position of the course record of Armel Le Cleac'h in 2016/2017 and maybe even the one of François Gabart in 2012/2013?

                      1 Reply Last reply Reply Quote 0
                      • fogmachineF Offline
                        fogmachine
                        last edited by fogmachine

                        @kbsali With Firefox the report time is still not right in v1.2.4 - maybe it's due to

                        formattedDatetime = "".concat(reportDatetime.toLocaleTimeString(undefined, dtOptions));
                        

                        which isn't converting from

                        timeZone: "Europe/Paris",
                        

                        to UTC. With Safari it's note working at all, reporting "Invalid Date UTC" - this might be because I didn't allow windy location access.

                        kbsaliK 1 Reply Last reply Reply Quote 1
                        • kbsaliK Offline
                          kbsali @fogmachine
                          last edited by

                          @fogmachine thanks for helping it out this! :)
                          I'll have a look into it over the weekend, but you are correct the timezone seems to be incorrect and depends on your browser's setting. I do not think not allowing to share your location causes the bug though.

                          K. Saliou

                          1 Reply Last reply Reply Quote 0
                          • fogmachineF Offline
                            fogmachine
                            last edited by

                            Either regadata or windy is having trouble drawing the Squid routing across the anti-meridian. You're in good company - qtVLM, OpenCPN, and some of the routing sw onboard the current VG racers have also had problems here.
                            2020-12-20_Windy+Regadata_Antimeridian.jpg

                            idefix37I 1 Reply Last reply Reply Quote 0
                            • idefix37I Offline
                              idefix37 Sailor Moderator @fogmachine
                              last edited by idefix37

                              @fogmachine
                              This issue with antimeridian is well know on Windy.

                              https://community.windy.com/topic/9680/route-planner-going-crazy-between-hawaii-and-marshall-islands?_=1608467580786

                              https://community.windy.com/topic/7505/bug-with-displaying-track-round-the-world/2?_=1608467580801

                              fogmachineF 1 Reply Last reply Reply Quote 0
                              • fogmachineF Offline
                                fogmachine @idefix37
                                last edited by

                                @idefix37 thx - those posts suggest that it can be fixed in the plugin by breaking lines crossing the anti-meridian into two segments. Maybe @kbsali can look into that; but since this is relatively easy for lines but more difficult for other shapes perhaps @ivo has another idea.

                                With other packages I've been able to either change the longitude range from [-180, 180] to [0, 360] or extend the range (wrapping over the anti-meridian) to [-360, 360]. These eliminate the discontinuity at the anti-meridian but I don't know if Windy's API allow either of these methods.

                                idefix37I kbsaliK 2 Replies Last reply Reply Quote 0
                                • idefix37I Offline
                                  idefix37 Sailor Moderator @fogmachine
                                  last edited by

                                  @fogmachine
                                  I’m not a programmer, I don’t know.

                                  1 Reply Last reply Reply Quote 0
                                  • kbsaliK Offline
                                    kbsali @fogmachine
                                    last edited by

                                    hi @fogmachine,

                                    thanks for the hint. I was proposed the same solution by the routing provider, but I haven't had the time to work on it just yet. I'll do this ASAP, it will affect the boats markers/lines & routing tracks starting tomorrow I believe.

                                    K. Saliou

                                    fogmachineF 1 Reply Last reply Reply Quote 0
                                    • fogmachineF Offline
                                      fogmachine @kbsali
                                      last edited by

                                      @kbsali I like the update, but it's not quite what we're after. Is the source on github somewhere? I found only the version from the last edition.
                                      Screen Shot 2020-12-21 at 8.39.18 AM.jpg

                                      1 Reply Last reply Reply Quote 0
                                      • markus61M Offline
                                        markus61 @ivo | Premium
                                        last edited by

                                        MUCH better then the official tracking! thanx guys! /markus

                                        1 Reply Last reply Reply Quote 1
                                        • idefix37I Offline
                                          idefix37 Sailor Moderator
                                          last edited by idefix37

                                          Nothing to do with the Vendée Globe race, Gitana 17, a flying trimaran 32m (104ft) long, took a second start yesterday in an attempt to beat the record for sailing around the world. The weather briefing was presented by Marcel van Triest, the Gitana router, using Wind and Waves forecast on Windy.

                                          Capture d’écran 2021-01-10 à 14.43.43.png

                                          http://www.gitana-team.com/en/article.aspx?id=1269

                                          Unfortunately as @kbsali said, they are not willing to share their position data to allow using it with the Windy tracking plugin.

                                          Gkikas LGPZG 1 Reply Last reply Reply Quote 4
                                          • Gkikas LGPZG Offline
                                            Gkikas LGPZ Moderator Meteorologist @idefix37
                                            last edited by

                                            WMO (World Meteorological Organization) says thank you
                                            to all the Vendée Globe skippers for Sailing for Science.
                                            https://public.wmo.int/en/media/news/sailing-science

                                            1 Reply Last reply Reply Quote 2
                                            • idefix37I idefix37 referenced this topic on
                                            • idefix37I idefix37 referenced this topic on
                                            • First post
                                              Last post
                                            Windy Community  |  Powered by excellent NodeBB
                                            Terms of Use     Privacy Policy     Windy.com