Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 550 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 550 Bytes

heat

A collection of useful functions written in the Python Programming Language. The library is primarily focused on groundwater modelling.

Currently the collection includes:

  1. heat_transport : Heat transport equations to estimate the temperature at depth dependent on a groundwater flux value.
  2. hydro_funcs : Functions to calculate useful hydrological properties.
  3. signal : Functions for working with temperature time series.

To install

git clone https://github.com/robinkeegan/heat
cd heat
python setup.py install