hydrobox icon indicating copy to clipboard operation
hydrobox copied to clipboard

hydrological preprocessing and analysis toolbox build upon pandas and numpy

HydroBox

PyPI GitHub release (latest SemVer) GitHub commit checks state DOI

Description

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.

The HydroBox package is a toolbox for hydrological data analysis developed at the Chair of Hydrology at the Karlsruhe Institute of Technology (KIT).

The full documentation can be found at: https://vforwater.github.io/hydrobox

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