sentinel-hub / sentinelhub-py

Download and process satellite imagery in Python using Sentinel Hub services.
http://sentinelhub-py.readthedocs.io/en/latest/
MIT License
798 stars 243 forks source link

Default retry time #505

Closed zigaLuksic closed 7 months ago

zigaLuksic commented 7 months ago

I added a parameterized default retry time, which we can then set in all services.

I also already set a class parameter in the SentinelHubService base class which the subclasses just override.