sentinelhub.download.sentinelhub_statistical_client

Download process for Sentinel Hub Statistical API

class sentinelhub.download.sentinelhub_statistical_client.SentinelHubStatisticalDownloadClient(*args, n_interval_retries=1, max_retry_threads=5, **kwargs)[source]

Bases: SentinelHubDownloadClient

A special download client for Sentinel Hub Statistical API

Beside a normal download from Sentinel Hub services it implements an additional process of retrying and caching.

Parameters:
  • n_interval_retries (int) – Number of retries if a request fails just for a certain timestamp. (This parameter is experimental and might be changed in the future.)

  • max_retry_threads (int) – Number of threads used for retrying. (This parameter is experimental and might be changed in the future.)

  • args (Any) –

  • kwargs (Any) –