gedidb.H5FileDownloader# class gedidb.H5FileDownloader(download_path: str = '.')[source]# Safe downloader for HDF5 files using thread-local Sessions and non-streaming chunked reads to avoid SSL segfaults in threaded mode. __init__(download_path: str = '.') → None[source]# Methods __init__([download_path]) download(granule_key, url, product)