A Java-based tool for downloading solar drawings from the Solar Influences Data Analysis Center (SIDC) website.
SIDCDownloader is a lightweight and efficient Java tool designed to automate the downloading of solar drawings from the SIDC website.
- Customizable Date Range: Download images from a specified starting year to an ending year.
- Multithreading Support: Accelerates downloading by utilizing multiple threads.
- Simple and Portable: Available as a precompiled JAR for ease of use.
There are two options for installing the project:
- Clone the repository:
git clone https://github.com/Kermut572/SIDCDownloaderJava.git - Build using Maven
Download the latest version from the Releases Page.
Run the program from the command line with the following syntax:
java -jar SIDCDownloader.jar <start_year> <end_year> [nb_threads]