Open dharhas opened 9 years ago
ok I think I worked this out, you can pass additional kwargs to owslib through the 'raw' call i.e.
ndbc = NdbcSos() (set start/end time, vars etc...) ndbc.raw(responseFormat="text/csv", timeout=120)
might be worth adding this to the readme somwhere...
Same for IoosSweSos
.
The example notebooks do not address this (yet). Let's keep it open to remind us.
I'm getting intermittent timeouts using ndbc and coops collectors. These are happening fairly often but not consistently enough to debug effectively. I see that owslib is being called under the hood and that has a timeout kwarg. Is there anyway to pass a timeout kwarg when instantiating the pyoos collectors? I didn't see one while poking around.