gedidb.H5FileDownloader#
- class gedidb.H5FileDownloader(download_path: str = '.')[source]#
Downloader for HDF5 files from URLs, with resume and retry support, plus a temporary “.part” approach to ensure data integrity.
Methods
__init__([download_path])download(granule_key, url, product)Download an HDF5 file for a specific granule and product with resume support using a temporary ".part" file.