-
Notifications
You must be signed in to change notification settings - Fork 1
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
wind direction not downloaded from Data Garrison #10
Comments
Hi @cmdln156 @openfirmware , I took a deeper look into this and the issue might be caused by the value of
For the stations, I am working with, data-transloader/lib/transloader/data_garrison/station.rb Lines 107 to 128 in f329bd6
One solution would be to adjust this value to something higher, or develop some logic to identify the number of sensors and unfold all available sensors. As workaround, you might update the station metadata json manually and add the missing entries under |
I'm using the transloader to download weather data from Data Garrison. It's downloading everything fine except for wind direction. It's not present in the JSON files that are generated in the datastore directory, although wind speed and wind gust are in the files.
The text was updated successfully, but these errors were encountered: