Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions io/eolearn/io/sentinelhub_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ def __init__(
:param resolution: Resolution in meters, passed as a single number or a tuple of two numbers -
resolution in horizontal and resolution in vertical direction.
:param maxcc: Maximum cloud coverage, a float in interval [0, 1]
:param time_difference: Minimum allowed time difference, used when filtering dates, None by default.
:param time_difference: Minimum allowed time difference, used when filtering dates. Also used by the service
for mosaicking, timestamps might be misleading for large values.
:param cache_folder: Path to cache_folder. If set to None (default) requests will not be cached.
:param config: An instance of SHConfig defining the service
:param max_threads: Maximum threads to be used when downloading data.
Expand Down Expand Up @@ -413,7 +414,8 @@ def __init__(
:param additional_data: A list of additional data to be downloaded, such as SCL, SNW, dataMask, etc.
:param evalscript: An optional parameter to override an evalscript that is generated by default
:param maxcc: Maximum cloud coverage.
:param time_difference: Minimum allowed time difference, used when filtering dates, None by default.
:param time_difference: Minimum allowed time difference, used when filtering dates. Also used by the service
for mosaicking, timestamps might be misleading for large values.
:param cache_folder: Path to cache_folder. If set to None (default) requests will not be cached.
:param config: An instance of SHConfig defining the service
:param max_threads: Maximum threads to be used when downloading data.
Expand Down