BoulderCodeHub / RWDataPlyr

R package to read and manipulate data from RiverWareTM
3 stars 5 forks source link

Consider revising aggregation methods #51

Closed rabutler closed 6 years ago

rabutler commented 7 years ago

Right now, we combine the summary step and the comparison against a threshold, e.g., AnnMax, EOCYLTE, EOCYLT, etc. This results in having a lot of aggregation methods.

We could split this into two steps. Step 1, would be the aggregations, e.g., sum, max, min, raw. Step 1a would be either CY or WY. Step 2 would then be the summary, e.g., <, <=, >, >=, !=, ==, NA.

rabutler commented 7 years ago

May want to re-structure how the getData and aggregate data works. could:


also could apply to the netcdf, eventually (#57)

rabutler commented 7 years ago
rabutler commented 7 years ago

Might not need to do #14 if we do this first

rabutler commented 6 years ago

tests

will check csv in #56