Metadata-Version: 2.1
Name: wdmtoolbox
Version: 16.1.0
Summary: Read and write Watershed Data Management (WDM) files
Keywords: HSPF,WDM,data,data_management,fortran,hydrological,hydrology,simulation,watershed
Author-Email: Tim Cera <tim@cerazone.net>
License: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: bitbucket, https://bitbucket.org/timcera/wdmtoolbox/src/main/
Project-URL: documentation, https://timcera.bitbucket.io/wdmtoolbox/docs/index.html
Project-URL: github, https://github.com/timcera/wdmtoolbox
Requires-Python: >=3.10
Requires-Dist: cltoolbox>=2.0.0
Requires-Dist: dateparser
Requires-Dist: filelock
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pandas[excel]
Requires-Dist: pint!=0.21.*
Requires-Dist: pint-pandas
Requires-Dist: pydantic
Requires-Dist: python-dateutil
Requires-Dist: scipy
Requires-Dist: tabulate
Description-Content-Type: text/x-rst

.. image:: https://github.com/timcera/wdmtoolbox/actions/workflows/pypi-package.yml/badge.svg
    :alt: Tests
    :target: https://github.com/timcera/wdmtoolbox/actions/workflows/pypi-package.yml
    :height: 20

.. image:: https://img.shields.io/coveralls/github/timcera/wdmtoolbox
    :alt: Test Coverage
    :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/
    :height: 20

.. image:: https://img.shields.io/pypi/l/wdmtoolbox.svg
    :alt: BSD-3 clause license
    :target: https://pypi.python.org/pypi/wdmtoolbox/
    :height: 20

.. image:: https://img.shields.io/pypi/pyversions/wdmtoolbox
    :alt: PyPI - Python Version
    :target: https://pypi.org/project/wdmtoolbox/
    :height: 20

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.

BASINS, HSPF, and various utilities are available at
https://github.com/respec/BASINS/releases

For HSPF I also have developed:

* hspfbintoolbox to extract data from the HSPF binary output file
  https://timcera.bitbucket.io/hspfbintoolbox/docs/index.html
* hspf_utils to create water balance tables of the entire model, or particular
  years, and to create a CSV file useful to join to a GIS layer to map model
  results.
  https://timcera.bitbucket.io/hspf_utils/docs/index.html

Installation for the Impatient
==============================
pip
~~~
.. code-block:: bash

    pip install wdmtoolbox

conda
~~~~~
.. code-block:: bash

    conda install -c conda-forge wdmtoolbox

Compile From Source
-------------------
To compile from source you need a "C" compiler (gcc on Linux, Visual Studio
2019 for Windows), a FORTRAN compiler (gfortran on Linux, MSYS2/MINGW gfortran
on Windows), Python 3.7, 3.8, or 3.9 with "numpy" installed to be able to access
`f2py`.

Additional Software
===================
https://timcera.bitbucket.io/index.html
