WSWUP / agweather-qaqc

Visualized QA/QC of weather station data
https://wswup.github.io/agweather-qaqc/
Apache License 2.0
19 stars 11 forks source link

Add 2m Short Grass Windspeed column to output .csv #3

Closed cpearson1 closed 5 years ago

cpearson1 commented 5 years ago

Call station windspeed column: "Windspeeduz{} (m/s)".format(anemometer_height)

Add 2m logarithmic correction wind speed column using ASCE eq. 33 (short grass) "Windspeed_u2_sg (m/s)"

image

cwdunkerly commented 5 years ago

Sorry I did not respond to this sooner, for some reason I did not get a notification when you opened this issue. I will add this to the next version I am working on.

cpearson1 commented 5 years ago

Hey Chris - Can you add this 2m windspeed to this version of PyWeatherQAQC?

We are doing more development on the bias correction code and need that output column in your Corrected_Output_Data files.

cwdunkerly commented 5 years ago

2m windspeed is now output into a separate column of the output file on the development branch. I have more features to add and cleanup to do before I merge it with the master branch but what you want is all there. Let me know if it doesn't work for you.