AlienDwarf / open-meteo-dotnet

A .Net library for the Open-Meteo.com API.
MIT License
28 stars 9 forks source link

feat: Add ECMWF 0.25 IFS and AIFS models #30

Closed colinnuk closed 8 months ago

colinnuk commented 8 months ago

feat: Add ECMWF 0.25 IFS and AIFS models

Two new ECMWF models were added to open-meteo recently. It sounds like the previous ifs04 model will be discontinued soon (pending a note on https://open-meteo.com/en/docs/ecmwf-api).

AlienDwarf commented 8 months ago

Thank you very much! Lately I have a little less time to take care of the project so every PR is so much help :)

colinnuk commented 8 months ago

Hey - I think we might need to play with the unit tests to get them to pass. Some of them fail because too many requests are sent to the open-meteo server.

I'll probably have a few more PRs coming for this project over the next few weeks.