NREL / hsds-examples

Examples of using the HSDS Service to Access NREL WIND Toolkit data
https://www.nrel.gov/grid/wind-toolkit.html
Other
94 stars 40 forks source link

notebook error #13

Open jreadey opened 2 years ago

jreadey commented 2 years ago

The notebooks/03_NSRDB_introduction.ipynb seems to have an error in cell 32. I think: units = f['wind_speed'].attrs['psm_units'] was meant to be: units = f['ghi'].attrs['psm_units']

The wind_speed dataset doesn't have a psm_units attribute.