csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
789 stars 169 forks source link

Can I get average of historical data? #410

Open magowiz opened 1 year ago

magowiz commented 1 year ago

Hi, I'm sorry I'm using an issue but for some reason your slack is not working, this is not a bug but a support request.

I read about in pyowm website recipes but I cannot find a way or even a response if it is possible or not. This is my target: I'm developing an application for planning trips/travels and, other than a forecast, I would like to give the user the possibility to understand which is typical climate/conditions there, so I though to use average on historical data. Is it possible to do so?

I'm trying one_call_history for new api, I found that old one is not accessible with my api key, am I on the right path?