You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note you'll have to go through the era5 api signup and key generation process to get it to run.
I'd recommend updating the feedinlib readme and install instructions to mention that registrations and api keys are needed for the weather data sources (I assume FRED wasn't working because I didn't register).
It also appears that an old version of feedinlib is in pypi that's incompatible with the example notebooks. That's why I did a !pip install git+https://github... install.
By the way, great job in the library finding data and a preparation pipeline that can be used as an input to windpowerlib. Not an easy task!
hi, I want to run load_open_fred_weather_data.ipynb file, but no matter I use binder online or on my PC , errors will appear.
When i use the binder online, it shows that the 'open_FRED' module cannot be found.
When i try to run it on my PC, there will be another error: AttributeError: 'NoneType' object has no attribute 'id'
Has anyone encountered the same problem and how did you solve it? I hope that feedinlib Team can solve this problem as soon as possible.
The text was updated successfully, but these errors were encountered: