An open API service indexing awesome lists of open source software.

https://github.com/randlab/hytool

Hytool is a matlab toolbox for the interpretation of hydraulic tests in wells. The toolbox contains analytical solutions used to describe groundwater flow around wells, and functions for importing, displaying, and fitting a model to the data.
https://github.com/randlab/hytool

data-analysis hydrogeology matlab pumping-test well-testing

Last synced: 2 months ago
JSON representation

Hytool is a matlab toolbox for the interpretation of hydraulic tests in wells. The toolbox contains analytical solutions used to describe groundwater flow around wells, and functions for importing, displaying, and fitting a model to the data.

Awesome Lists containing this project

README

          

# hytool

[![View hytool on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://ch.mathworks.com/matlabcentral/fileexchange/74747-hytool)

Hytool is a matlab toolbox for the interpretation of hydraulic tests in wells. The toolbox contains analytical solutions used to describe groundwater flow around wells, and functions for importing, displaying, and fitting a model to the data.

The [Wiki page](https://github.com/UniNE-CHYN/hytool/wiki) of this repository explains how to install hytool on your machine.

To learn how to use hytool, a series of detailed examples and manuals are provided within the Matlab help.

To cite this toolbox, please use the following reference: Renard, Philippe (2017). Hytool: an open source matlab toolbox for the interpretation of hydraulic tests using analytical solutions. _Journal of Open Source Software_, 2(19), 441, [doi:10.21105/joss.00441](http://joss.theoj.org/papers/10.21105/joss.00441)

# R version

A rather complete version of Hytool in R is available. It is developped by François Bertone : https://github.com/FrancoisBertone/rhytool as an R package.

# Python version

Some of the functionalities of hytool are also available in the hypy https://github.com/UniNE-CHYN/hypy Python module.