-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle new wind variables in API #40
Comments
Nice catch! We just added "wind_2" data fields this afternoon to both hourly and daily data. These are permanent columns. We have yet to start updating the datalogger program at individual stations, so values right now in the database should be 'nodata' values. This is good to know for any future addition of variables to the database. |
Looks like to handle these we'll need to
|
This is where the warnings are coming from: Lines 83 to 86 in 61582f9
|
|
use of |
While testing code in #39, I noticed it seems like there are some new columns in the hourly data on the API that are causing a couple tests to fail. I can modify code/tests accordingly, but are these new columns here to stay?
The text was updated successfully, but these errors were encountered: