SciKits

Quick search

scikits.hydroclimpy

version 0.67.0

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

Description

The scikits.hydroclimpy module is a collection of tools for manipulating and
plotting environmental time series of various frequencies. The focus is on
convenient data access and manipulation while leveraging the existing
mathematical functionality in numpy and scipy.

Installation

PyPI

You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.hydroclimpy

Easy Install

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

Source code

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.