Metadata-Version: 1.1
Name: wdmtoolbox
Version: 0.8.5
Summary: Read and write Watershed Data Management (WDM) files
Home-page: http://pypi.python.org/pypi/wdmtoolbox
Author: Tim Cera, P.E.
Author-email: tim@cerazone.net
License: GPL2
Description: WDMTOOLBOX
        ==========
        The `wdmtoolbox` is a Python script and library to read/write/manage Watershed
        Data Management (WDM) files used for time-series in hydrology and hydrological
        simulation.  WDM files are used in the Hydrological Simulation Program -
        FORTRAN (HSPF) and the Better Assessment of Science Integrating point and Non-point Sources (BASINS).  HSPF is a part of the BASINS system.
        
        EPA BASINS - (http://water.epa.gov/scitech/datait/models/basins/)
        
        Aqua Terra, BASINS download - (http://ftp.hspf.com/)
        
        Requirements
        ============
        If these requirements are not locally available, 'pip' or 'easy_install' will
        attempt to download and install.
        
        * pandas - on Windows this is part of the Python(x,y) distribution
          (http://code.google.com/p/pythonxy/) or Anaconda
          (https://store.continuum.io/cshop/anaconda/)
        
        * baker - command line parser
        
        * python-dateutil - used for parsing date/time strings
        
        * tstoolbox - a command line utility companion to `wdmtoolbox`.
        
        If you use the source distribution you have to have a FORTRAN compiler
        installed and configured for your environment.
        
        Installation
        ============
        On Windows should be as easy as running ``easy_install wdmtoolbox`` in a
        command shell window.  On Linux (and maybe even Mac OSX?) you could use either
        ``pip install wdmtoolbox`` or ``easy_install wdmtoolbox`` at any terminal that
        has access to gfortran and of course your Python interpreter.  Not sure on
        Windows whether this will bring in pandas but as mentioned above, if you start
        with Python(x,y) then you won't have a problem.
        
Keywords: WDM watershed data_management data hydrology hydrological simulation fortran HSPF
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
