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

[Feature Request] Add support for sub-daily data #25

Open cwdunkerly opened 6 months ago

cwdunkerly commented 6 months ago

Please describe the feature you'd like to see Currently agweather-qaqc only functions on daily data, however there would be a benefit to adding support for sub-daily data.

Additional context Certain correction methods will need adjustment for time series data that is no longer daily (ex. the RH percentile correction will need its suggested parameters updated to reflect the increase in data points for any given year)

As a halfway measure, support could be added for taking in sub-daily data and resampling it to daily, saving the user an extra external step.