Conte-Ecology / conteStreamTemperature

Package for cleaning and analyzing stream daily stream temperature
MIT License
1 stars 1 forks source link

Convert aggregateHourlyToDailyDataFUNCTION.Rmd #3

Closed djhocking closed 9 years ago

djhocking commented 10 years ago

Convert aggregateHourlyToDailyDataFUNCTION.Rmd into an R script function with documentation. If that will be too difficult we can move it to the temperatureProject and number it with a 1 or 2 so it gets run early when doing the analysis.

Tom-Bombadil commented 10 years ago

Did you mean the indexDataForObservedStreamTempSites.Rmd script? That's the one we looked at yesterday that does all of the data prep. I'm looking at a few options to make that flow more smoothly so it will fit into the package. Let's maybe chat about package structure some more later today if you have time.

Currently, the hourly aggregation is on hold because that may happen elsewhere. If it would be helpful I could put in the simple hourly aggregation which just averages whatever temperature values have the same date. For now I'll fork this repo and add the scripts/functions necessary to complete the stuff we were discussing yesterday. I'll also reorganize some old or in-progress scripts so they don't clutter these repos as much.