CSHS-CWRA / CSHShydRology

Main package
GNU Affero General Public License v3.0
35 stars 39 forks source link

Additional functions in the package #49

Closed EAkomeah closed 2 years ago

EAkomeah commented 3 years ago

I will appreciate if the following routine tasks performed by most hydrologists are added to the package: -Time series gap infilling -Flow naturalization -Streamflow data extension -Flow transfer to an ungauged site -Annual and seasonal autocorrelations and cross-correlations -ARIMA models for stochastic time series recreation, or at least AR models, both univariate and multivariate. It must have a -module for data analysis, a module for fitting a model and a module for generate series using the fitted model. ( I am sure this tools already exist in R, but the idea would be to included them in the CWRA package and linked with the Canada dataset.) -Spatial and temporal disaggregation methods….including flow disaggregation methods -Statistics related to storage, drought and surplus -Scaling and standardization

KevinShook commented 3 years ago

Thanks for the suggestions. These look like excellent additions to the package, and it would be great to have you contribute functions to perform these tasks. We are always looking for more people to help with the package, and will be very happy to help you contribute code.