- Posts: 15
Python Module to Download New Weather Files
- David
- Topic Author
Less
More
10 Oct 2020 11:34 #8851
by David
Python Module to Download New Weather Files was created by David
Is there a way using PySAM to automatically get new solar weather data instead of using the SAM software method where you need to type in the name of the geographic location of interest and download the weather file by clicking the "Download and add to library" button ?
I'm not sure if this part of the SAM software tool has been implemented into a python module yet or not.
I'm not sure if this part of the SAM software tool has been implemented into a python module yet or not.
Attachments:
Please Log in or Create an account to join the conversation.
- Paul Gilman
Less
More
- Posts: 5532
12 Oct 2020 09:48 #8857
by Paul Gilman
Replied by Paul Gilman on topic Python Module to Download New Weather Files
Hi David,
You can use the ResourceTools functions as described here: nrel-pysam.readthedocs.io/en/master/Tools.html .
Best regards,
Paul.
You can use the ResourceTools functions as described here: nrel-pysam.readthedocs.io/en/master/Tools.html .
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
- Fernando Estevez
Less
More
- Posts: 3
27 Jul 2021 15:55 #9883
by Fernando Estevez
Replied by Fernando Estevez on topic Python Module to Download New Weather Files
Hi Paul,
I've been trying to do the same thing as descirbed in the initial questions however PySAM.ResourceTools is not being recoginzed. I'm get errors and can't even use it for my code. I have done pip install NREL-PySAM. Do you know what is going on?
SIncerely,
Fernando Estevez
I've been trying to do the same thing as descirbed in the initial questions however PySAM.ResourceTools is not being recoginzed. I'm get errors and can't even use it for my code. I have done pip install NREL-PySAM. Do you know what is going on?
SIncerely,
Fernando Estevez
Please Log in or Create an account to join the conversation.
- Paul Gilman
Less
More
- Posts: 5532
28 Jul 2021 14:40 #9889
by Paul Gilman
Replied by Paul Gilman on topic Python Module to Download New Weather Files
Dear Fernando,
Those tools are part of the PySAM package, so you will have to install it and get it working before using the tools:
nrel-pysam.readthedocs.io/en/master/index.html
Best regards,
Paul.
Those tools are part of the PySAM package, so you will have to install it and get it working before using the tools:
nrel-pysam.readthedocs.io/en/master/index.html
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
- pawan
Less
More
- Posts: 1
29 Jul 2021 10:13 #9893
by pawan
Replied by pawan on topic Python Module to Download New Weather Files
Can I also install it independently without the PySAM package?
Please Log in or Create an account to join the conversation.
- Paul Gilman
Less
More
- Posts: 5532
30 Jul 2021 08:28 #9894
by Paul Gilman
Replied by Paul Gilman on topic Python Module to Download New Weather Files
Hi Pawan,
You can try running ResourceTools.py without the PySAM package. I don't think it depends on it.
Best regards,
Paul.
You can try running ResourceTools.py without the PySAM package. I don't think it depends on it.
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: Paul Gilman