API beta test
-
Hi @saaneuvos ,
-
1 hour animation step for ICON models is a feature available only for premium users logged in on Windy.com and it's not available in our Map Forecast API.
-
I checked your site and you are missing
satellite
in thefavOverlays
array. If you put it there, you should see the satellite option in the menu.
-
-
@nesro and @marekd Thanks. Before the update, there was 1 hour animation step in IconEU in premium API! And in GFS there is 1 hour a.s. I think there should be 1 hour a.s. for premium customers for paid version at least for the IconEu ( because no Ecmwf). In my opinion GFS and IconGloal could be 3 hour a.s.
-
-
@saaneuvos It is the image data of premium models with 1 hour granularity that are not available for Map Forecast API. They are only available on www.windy.com for premium users.
There is no way how the API client can access the 1 hour image data right now.
-
@nesro Will the 1 hour data be back for paid Map forecast API some day. Now you can get 1 hour GFS in free version of Map forecast API, but not Icon even in paid pro version?
-
@saaneuvos GFS is at this moment free for all users. ICON do not. We are sorry, it was bug that 1h forecast was available. It is a premium feature for windy.com users. It is not available for API, unfortunately. Sorry for all troubles, but we have basically just fixed a bug.
-
@marekd OK. I'm trying to settle for this ;)
-
Korina
-
Korina
-
@Thiago-Gabriel Hi! I got the same error as you and I fixed it by removing the global window.W when unmounting my component. So I still run init on mount but now I don't get the warning. Feels like a hack but I don't know any other way to fix this in a SPA. Hope this is some kind of help
-
@KimDotSe I got some more errors from windys lib-somthing file after removing global.W. Moved the delete to right before i run init again instead.
-
WOW!! Thank You!!!