[CLOSED] v35.0.0
-
@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 :-)
-
-
- 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 -
@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!
-
@marekd oh Thankyou that's awesome.
Is there any idea of when that might be happening? -
@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.
-
@marekd awesome, thankyou
-
@rittels, @jakubvrana, @vicb, @johnckealy, @marekd
W.picker.getParams()
andW.rootScope.pickerLocation
no longer works.Use
W.store.get("pickerLocation")
. -
@rittels I'm using
windyPicker.on("pickerMoved", ({ lat, lon }) => {...})
and it still seems to work, do you confirm ? -
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.
-
Beta test is closed, v35.0.0 has been released. Thank you all for your help!
-
M marekd locked this topic on