Bot for downloading Solar irradiance data at target locations and region surrounded it.
It use NASA POWER API to get data.
To initialize, run the setup.jl file using the following command:
julia setup.jl
-
After the setup, Go to config/ and modify the data in the files to match your requirements.
-
Run the following command to download the data:
julia --threads 8 main.jl --start 2010 --end 2015 --width 5 --height 5
The above command will download all available data from the given locations betwwen 1st January 2010 and 31st December 2015, using 8 threads.