Environmental time series manipulation
Download: http://pypi.python.org/pypi/scikits.hydroclimpy
Homepage: http://hydroclimpy.sourceforge.net
PyPI: http://pypi.python.org/pypi/scikits.hydroclimpy
Source Repository: http://svn.scipy.org/svn/scikits/trunk/hydroclimpy
People: Pierre GF GERARD-MARCHANT
You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.hydroclimpy
Install the Easy Install tools. Afterwards you can install scikits.hydroclimpy from the terminal by executing:
sudo easy_install scikits.hydroclimpy
If you prefer to do a local installation, specify an installation prefix:
easy_install --prefix=${HOME} scikits.hydroclimpy
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages
You can get the latest sources from the repository using
svn checkout http://svn.scipy.org/svn/scikits/trunk/hydroclimpy
This package was discovered in svn.scipy.org.