smHooper

Results 2 comments of smHooper

Yup, if you just provide an argument that gets passed to `requests.get()` or `.post()`, that should do it. I've only used the `verify` kwarg, but an alternative is `cert`. That...

One potential workaround is to use `os.environ['REQUESTS_CA_BUNDLE'] = your_cert_path` somewhere in your own script before adding tiles with `contextily`. This sets the certificate to use globally while your script is...