Open rsignell opened 7 months ago
We use pooch: https://www.fatiando.org/pooch/latest/index.html. Perhaps there's something there?
It would be good to add the answer here once we figure this out: https://tutorial.xarray.dev/overview/get-started.html
Did you figure out a solution to this @rsignell ?
Sadly no. 🥲
I'm on a secure NATO system with a custom SSL cert and when I try to load some xarray tutorial data:
I get back:
With other packages I can set an environment variable to point to the custom .pem, like:
but there doesn't seem to be such an environment variable for urllib3?
I see this info in the urlib3 docs about custom SSL, but I'm not sure how I could pass this custom context to the xr.tutorial.open_dataset command.
Does anyone know how to overcome this issue?