Metadata-Version: 1.2
Name: wdmtoolbox
Version: 11.13.12.8
Summary: Read and write Watershed Data Management (WDM) files
Home-page: http://timcera.bitbucket.io/wdmtoolbox/docsrc/index.html
Author: Tim Cera, P.E.
Author-email: tim@cerazone.net
License: UNKNOWN
Description: .. image:: https://travis-ci.org/timcera/wdmtoolbox.svg?branch=master
            :target: https://travis-ci.org/timcera/wdmtoolbox
            :height: 20
        
        .. image:: https://coveralls.io/repos/timcera/wdmtoolbox/badge.png?branch=master
            :target: https://coveralls.io/r/timcera/wdmtoolbox?branch=master
            :height: 20
        
        .. image:: https://img.shields.io/pypi/v/wdmtoolbox.svg
            :alt: Latest release
            :target: https://pypi.python.org/pypi/wdmtoolbox
        
        .. image:: http://img.shields.io/badge/license-BSD-lightgrey.svg
            :alt: wdmtoolbox license
            :target: https://pypi.python.org/pypi/wdmtoolbox/
        
        The 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 for the Impatient
        ==============================
        
        Compile From Source
        -------------------
        Aside from using pre-compiled binaries on Windows, the following command needs
        gcc, gfortran, and probably want the Python science stack already installed.  
        ::
        
                pip install wdmtoolbox
        
        
        
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
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
