pystac-client icon indicating copy to clipboard operation
pystac-client copied to clipboard

Support for 'timeout' parameter

Open Samweli opened this issue 3 years ago • 2 comments

Is there a way to pass request timeout value to the Client? Looking at the client couldn't find an API for it.

Samweli avatar Jan 04 '22 08:01 Samweli

Hello @Samweli, I've not had problems with the client timing out. Can you provide some more information about how you are using pystac-client and whatever error you may be getting?

matthewhanson avatar Apr 19 '22 04:04 matthewhanson

Hi @matthewhanson, thanks for the response, I'm using the pystac-client in developing QGIS STAC browser(see https://stac-utils.github.io/qgis-stac-plugin/), and timeout is one of the settings we will like to expose to the user.

Samweli avatar Apr 19 '22 05:04 Samweli