meteostat / meteostat-python

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

Support for proxies #144

Open andersoncarlosfs opened 1 year ago

andersoncarlosfs commented 1 year ago

Hello,

Hope you're good! We use your API for matching disasters and atmospheric conditions. However, we rely on proxies to retrieve some data. Any chance we could get some proxy support added?

Thank you,

clampr commented 1 year ago

Hi @andersoncarlosfs,

I see you already have a working branch for proxies? Feel free to open a PR against dev branch.

Thanks

andersoncarlosfs commented 1 year ago

Hello @clampr,

Here it is: https://github.com/meteostat/meteostat-python/pull/143

Thank you,