Skip to content

Releases: Kermut572/SIDCDownloaderJava

Release list

Version 1.0

Choose a tag to compare

@Kermut572 Kermut572 released this 02 Dec 18:22

How to Use

  • Download the jar and place it in a separate folder
  • Run with: java -jar <file_name> <start_year> <end_year> [nb_threads]
  • The images for the requested years will be written in the generated downloads/ folder

Example

To download all drawings from 1960 to 1965 using two threads and the default file name, run:
java -jar SIDCDownloaderJava-1.0-SNAPSHOT.jar 1960 1965 2

Disclaimer

This project was written using Java 21 and might not work for older versions.