KevinSee / STADEM

Estimate escapment across a dam
https://kevinsee.github.io/STADEM/
Other
1 stars 6 forks source link

Compile weekly data for Lower Granite Dam #31

Open mackerman44 opened 2 months ago

mackerman44 commented 2 months ago

The summariseLGRweekly() function is used to compile window count data, PIT tag observations, and data from the LGR trapping database and summarize it on weekly time-steps. The function is currently not exported, and at first glance, is not used within other functions.

That said, the function does seem useful. At some point, it might be worthwhile to review and update it, and export it.

There is currently a code chunk within compileGRAdata() approximately lines 230-250 which summarises LGR daily data in weekly time-steps and we should review how that differs from the summariseLGRweekly() function.