IAMconsortium / pyam

Analysis & visualization of energy & climate scenarios
https://pyam-iamc.readthedocs.io/
Apache License 2.0
227 stars 118 forks source link

Add option to authenticate via proxies and with verification cerificates #761

Open LucaMingarelli opened 1 year ago

LucaMingarelli commented 1 year ago

It is currently not possible to pass proxies and verify parameters upon connection. This imposes substantial restrictions to data access for users working in institutions under proxies.

It would be an easy change amounting to including default parameters proxies=None and verify=True to a number of functions such as

Would you kindly be able to push a new version accounting for this?

znicholls commented 1 year ago

I believe PRs are welcome so feel free to contribute the changes needed and ask for a review

danielhuppmann commented 1 year ago

Thanks @LucaMingarelli - we don't have the capacity to implement and thoroughly test such a feature extension ourselves, but happy to review if you can start a PR.