You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revamped download system
Introduced a clear separation between URL fetching and image downloading, making the codebase more modular, maintainable, and testable.
Image extraction and optimization
Integrated gdal_translate to extract and optimize images post-download, improving performance and reducing file sizes.
Product selection in download function
Added the ability to specify the product to download directly within the download function, offering greater flexibility for different use cases.