marians / openweather

Rudimentary python client for OpenWeatherMap.org
9 stars 4 forks source link

Historic weather for point in time #2

Open marians opened 10 years ago

marians commented 10 years ago

As a developer, I want to get the historic weather data for a specific point in time at a specific station.

Currently, one can only give a time range as parameters for get_historic_weather(). Depending on the resolution (let's say "hourly"), you have to chose a time frame long enough (one hour minimum) so that you end up with at least one data point. This extra logic could be capsuled inside the client.