meteostat / meteostat-python

Access and analyze historical weather and climate data with Python.
https://dev.meteostat.net/python/
MIT License
439 stars 60 forks source link

Hourly data- Weather Condition code #116

Closed revathisujendran86 closed 1 year ago

revathisujendran86 commented 1 year ago

Trying to generate hourly data for historical record. Used Normalizer and Interpolation method to fill gaps and remove empty values in weather dataframe. But still I am getting empty dataframe in Weather condition code -coco column. Please help me to resolve the issues. How to generate weather data without empty values.

clampr commented 1 year ago

Unfortunately, it's not always possible to get rid of those gaps. If there is no data at all for coco, we cannot perform adequate interpolation.