Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com

    [CLOSED] v35.0.0

    Public beta
    5
    15
    695
    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.
    • marekd
      marekd Administrator last edited by marekd

      Since the previous beta test was useful and thanks a lot to everyone for joining in, we decided to continue with beta testing. The new version is ready!

      What's new in version 35.0.0

      • New hurricane tracker with history and newly also with forecast (if available for selected hurricane)
      • Added HRRR models for North America
      • Fixed bounds for local models
      • Tens of bugfixes and improvements

      Dev changes (for plugin developers)

      • Whole client is now in TypeScript
      • Removed @plugins/product-descriptions
      • Local model bounds are now 2D array of coordinates: [lat, lon][][]
      • Renamed wRender to weatherTableRenderer in @plugins/detail-render
      • Removed monkey patching of @plugins/detail-render, @plugins/pois-libs, @plugin/detail and @plugin/picker. It should not affect internal API, but just in case...
      • Huge amount of other internal changes without changing client API

      (cc: @rittels, @jakubvrana, @vicb, @johnckealy)

      How to report an issue from testing?

      Just post a comment in this thread below :-) If you provide us with:

      • a step-by-step manual how reproduce the error
      • what exactly is wrong
      • what it should do correctly

      It will help us a lot! Thanks.

      Please, try to not duplicate other reports. If you found someone else already report the same issue, just upvote his/her post.

      How to join beta?

      Open https://www.windy.com/beta-test address and follow the instructions. You can leave beta test at any time. To leave the test, just click "BETA" sign on Windy logo (or visit mentioned address again) and follow the instructions as well. In a case of a total disaster, delete the beta=1 cookie for the windy.com domain and refresh the page.

      Beta test is available only for desktop (browser) version.

      Feel free to disccuss anything! Not just bug reports :-) Thank you for your help!

      vicb Liam.pankhurst 2 Replies Last reply Reply Quote 13
      • vicb
        vicb Paraglider @marekd | Premium last edited by

        @marekd said in v35.0.0:

        https://www.windy.com/beta-test

        Thanks for the heads up - it is super convenient to test plugins (and I am happy to have nothing to do this time)

        1 Reply Last reply Reply Quote 2
        • Liam.pankhurst
          Liam.pankhurst Meteorologist @marekd | Premium last edited by

          @marekd is there any plans to add local models for Australia? This would be very helpful

          marekd 1 Reply Last reply Reply Quote 0
          • marekd
            marekd Administrator @Liam.pankhurst last edited by

            @liam-pankhurst What a coincidence... Stay tuned ;-)

            Liam.pankhurst 1 Reply Last reply Reply Quote 1
            • idefix37
              idefix37 Sailor Moderator last edited by

              @marekd
              Hello,
              This new version is really interesting. I'm sure HRRR will be a must for American users!

              The new hurricane tracker is based on ECMWF forecast and past track.
              https://www.ecmwf.int/en/forecasts/charts/tcyclone/tc_plumes?facets=undefined&time=2022022100,0,2022022100&unique_id=05S_EMNATI_2022
              I thought the previous one was based on NHC data. But I was may be wrong.
              Are the wind speeds really using the Safir-Simpson scale in Windy as it is mentioned in the presentation of the Hurricane tracker? I have not found in ECMWF literature any information about it. Only that "Intensity estimates are based on the raw 10m wind speeds in model output; because of resolution limitations the resulting categories often provide an underestimate the true".

              Concerning HRRR the only issue I found is the absence of past data to get a good comparison with a local weather station. The dotted lines are shown 1 or 2 hours back which is not enough for a good comparison. For example:
              Capture d’écran 2022-02-21 à 14.15.02.png.
              I have not seen what you mean with "Fixed bounds for local models".

              marekd 1 Reply Last reply Reply Quote 3
              • marekd
                marekd Administrator @idefix37 last edited by

                @idefix37 As usually, thank you! :-)

                • just for to be sure, we will check the Safir-Simpson scale in a HT

                • HRRR archive will be fixed soon, thank you for pointing it out

                • I have not seen what you mean with "Fixed bounds for local models".

                  then it is fixed correctly :-)

                idefix37 1 Reply Last reply Reply Quote 1
                • idefix37
                  idefix37 Sailor Moderator @marekd last edited by idefix37

                  @marekd said in v35.0.0:

                  @idefix37

                  • just for to be sure, we will check the Safir-Simpson scale in a HT

                  There is an other reason for reconsidering the reference to the Safir-Simpson scale. For ranking tropical cyclones, in other areas than the Atlantic and the NE Pacific, different scales are used:
                  https://en.m.wikipedia.org/wiki/Tropical_cyclone_scales

                  marekd 1 Reply Last reply Reply Quote 1
                  • marekd
                    marekd Administrator @idefix37 last edited by

                    @idefix37 You are right. Unfortunately, we will hide a hurricane forecast part for the next release until we solve this issue (we will keep the history as it is in production now). We think it is better to show nothing than stupidity. We are going to fix it and release the fix asap. Thanks again!

                    1 Reply Last reply Reply Quote 2
                    • Liam.pankhurst
                      Liam.pankhurst Meteorologist @marekd | Premium last edited by

                      @marekd oh Thankyou that's awesome.
                      Is there any idea of when that might be happening?

                      marekd 1 Reply Last reply Reply Quote 0
                      • marekd
                        marekd Administrator @Liam.pankhurst last edited by

                        @liam-pankhurst We just test data post-processing, then it is added to the client and sent to our internal testers. After this process, it can go to the production. It usually takes 3-6 weeks (depends on how many bugs are in data). But no guarantee! It's just behind-the-scenes info.

                        Liam.pankhurst 1 Reply Last reply Reply Quote 2
                        • Liam.pankhurst
                          Liam.pankhurst Meteorologist @marekd | Premium last edited by

                          @marekd awesome, thankyou

                          1 Reply Last reply Reply Quote 0
                          • rittels
                            rittels Code contributor | Premium last edited by

                            @rittels, @jakubvrana, @vicb, @johnckealy, @marekd

                            W.picker.getParams() and W.rootScope.pickerLocation no longer works.

                            Use W.store.get("pickerLocation").

                            vicb 1 Reply Last reply Reply Quote 2
                            • vicb
                              vicb Paraglider @rittels | Premium last edited by

                              @rittels I'm using windyPicker.on("pickerMoved", ({ lat, lon }) => {...}) and it still seems to work, do you confirm ?

                              rittels 1 Reply Last reply Reply Quote 0
                              • rittels
                                rittels Code contributor @vicb | Premium last edited by rittels

                                @vicb

                                Hi. Yes it still works.

                                Sometimes you need the picker position.

                                For instance when your plugin opens, you can check if the picker is already open and get the coords, then store.get("pickerLocation") is useful. It returns null if the picker is closed.

                                Or: If a location is searched, then the detail plugin opens, which also opens the picker. The picker.on("pickerOpened",..) is then not triggered.

                                1 Reply Last reply Reply Quote 2
                                • marekd
                                  marekd Administrator last edited by

                                  Beta test is closed, v35.0.0 has been released. Thank you all for your help!

                                  1 Reply Last reply Reply Quote 0
                                  • Locked by  marekd marekd 
                                  • First post
                                    Last post
                                  Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
                                  NodeBB & contributors, OSM & contributors, HERE maps
                                  Terms and Conditions     Privacy Policy