You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HydroBox is mainly a toolbox used in the V-FOR-WaTer Project. It will be expanded to serve general hydrological data exploration with a future release.
HydroBox has several submodules called toolboxes, which are a collection of functions and classes for specific purposes. As of this writing, the toolboxes are:
geostat for geostatistics. Mainly implemented through scikit-gstat and gstools
In development are:
uncertainty_framwork for uncertainty analysis
bridget for evapotranspiration tools
Citation
If you use the package in other software or for publications, please cite it like:
Mirko Mälicke, 2021. VForWaTer/hydrobox: Version 0.2. doi:10.5281/zenodo.4774860
Be aware that the dependencies of hydrobox require a citation as well. The (non-exhaustive) list of packages that you must cite are:
scipy, matplotlib, numpy - for all toolboxes
plotly - for the plotly plotting backend
scikit-gstat, gstools - for the hydrobox.geostat toolbox
About
hydrological preprocessing and analysis toolbox build upon pandas and numpy