icepyx.Query.download_granules
- Query.download_granules(path, overwrite=False)
Download the granules for the order, blocking until they are ready if necessary.
- Parameters:
path (str or Path) – The directory where granules should be saved.
overwrite (bool, optional) – Whether to overwrite existing files (default is False).
- Returns:
A list of the downloaded file paths if successful, otherwise None.
- Return type:
list or None