Replies: 1 comment
-
|
If HOPP couldn’t find an existing wind/solar resource file, then it would’ve downloaded new files from calling the API for NSRDB and WTK. Here's some things to check or try:
from hopp.utilities.keys import set_nrel_key_dot_env
# set your API key if your .env file in your current working directory
set_nrel_key_dot_env()
# set your API key if your .env file is not in your current working directory
set_nrel_key_dot_env(path='/path/to/file/.env')
In alternative approach may be to download files from the Wind Resource DataBase (WRDB) viewer and the NSRDB data viewer. These viewers can also be used to check if the locations you're using have resource data. Other options to check sites are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently set up HOPP on a new computer and I ran into an issue when trying to use some of the files from my old setup. The simulations didn’t run because HOPP couldn’t find the solar or wind resource files. I’m wondering if this might be related to a recent update to HOPP. On my new computer, some of the example files work fine, but I get an error whenever I try to use new latitude and longitude values.
Is there a way to check which locations have available solar data in NSRDB or wind data in WIND Toolkit? Right now, I’ve been guessing and checking coordinates, which is inefficient since sometimes only solar or wind data is available, or the wind data is only available up to certain heights. Is there a recommended way to select locations that have both solar and wind data at the heights I need?
Or, if you happen to have a list of coordinates that you know work for wind turbines at a 100 m hub height, and have solar data that would be really helpful.
Thank you so much for your help!
Sincerely,
Matthew Moulton
Beta Was this translation helpful? Give feedback.
All reactions