brazil-data-cube / stac.py

Python Client Library for SpatioTemporal Asset Catalog
MIT License
5 stars 16 forks source link

Add arguments to pass to request #101

Closed Mahir-Sparkess closed 3 years ago

Mahir-Sparkess commented 3 years ago

Added a **kwarg argument to the stac class to pass down request parameters, main purpose was to pass verify=False down to the GET requests when instantiating so that uncertified SSL links can be utilised. I believe this to be generally useful to others as it is allowing more control over the request get call.