Python-IrradPy
Python-IrradPy copied to clipboard
Python script to utilize data from gesdisc.eosdis.nasa.gov for irradiance modeling and clear sky detection
I am hoping to use this package to download data. I have changed some of the variables to download the data in the regions and collections I need. However, whenever...
import irradpy import multiprocessing # Important Note: If you're using windows, make sure to wrap the function. if __name__ == "__main__": multiprocessing.freeze_support() irradpy.downloader.run(auth={"uid":"o_olalekan", "password": "###"}) # Download All Data From...
I am hoping to use this package to download data. I used the sample py download file. However, whenever I run the example download script I get a Key Error....