Skip to content

Bot for downloading Solar irradiance data at target locations and region surrounded it.

License

Notifications You must be signed in to change notification settings

markub3327/NASA-POWER-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA POWER Bot

NASA POWER

Bot for downloading Solar irradiance data at target locations and region surrounded it.

It use NASA POWER API to get data.

Setup

To initialize, run the setup.jl file using the following command:

  julia setup.jl 

Example Usage

  1. After the setup, Go to config/ and modify the data in the files to match your requirements.

  2. 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.