wdmtoolbox


Namewdmtoolbox JSON
Version 16.0.7 PyPI version JSON
download
home_pageNone
SummaryRead and write Watershed Data Management (WDM) files
upload_time2024-04-01 01:44:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-3-Clause
keywords wdm watershed data_management data hydrology hydrological simulation fortran hspf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://github.com/timcera/wdmtoolbox/actions/workflows/python-package.yml/badge.svg
    :alt: Tests
    :target: https://github.com/timcera/wdmtoolbox/actions/workflows/python-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/dd/wdmtoolbox.svg
    :alt: wdmtoolbox downloads
    :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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wdmtoolbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "WDM watershed data_management data hydrology hydrological simulation fortran HSPF",
    "author": null,
    "author_email": "Tim Cera <tim@cerazone.net>",
    "download_url": "https://files.pythonhosted.org/packages/bf/b2/6835add5c3edf75e147df5b803e5c61e0f4ed92d8741c1e69394129ab35c/wdmtoolbox-16.0.7.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/timcera/wdmtoolbox/actions/workflows/python-package.yml/badge.svg\n    :alt: Tests\n    :target: https://github.com/timcera/wdmtoolbox/actions/workflows/python-package.yml\n    :height: 20\n\n.. image:: https://img.shields.io/coveralls/github/timcera/wdmtoolbox\n    :alt: Test Coverage\n    :target: https://coveralls.io/r/timcera/wdmtoolbox?branch=master\n    :height: 20\n\n.. image:: https://img.shields.io/pypi/v/wdmtoolbox.svg\n    :alt: Latest release\n    :target: https://pypi.python.org/pypi/wdmtoolbox/\n    :height: 20\n\n.. image:: https://img.shields.io/pypi/l/wdmtoolbox.svg\n    :alt: BSD-3 clause license\n    :target: https://pypi.python.org/pypi/wdmtoolbox/\n    :height: 20\n\n.. image:: https://img.shields.io/pypi/dd/wdmtoolbox.svg\n    :alt: wdmtoolbox downloads\n    :target: https://pypi.python.org/pypi/wdmtoolbox/\n    :height: 20\n\n.. image:: https://img.shields.io/pypi/pyversions/wdmtoolbox\n    :alt: PyPI - Python Version\n    :target: https://pypi.org/project/wdmtoolbox/\n    :height: 20\n\nwdmtoolbox\n==========\nThe `wdmtoolbox` is a Python script and library to read/write/manage Watershed\nData Management (WDM) files used for time-series in hydrology and hydrological\nsimulation.  WDM files are used in the Hydrological Simulation Program -\nFORTRAN (HSPF) and the Better Assessment of Science Integrating point and\nNon-point Sources (BASINS).  HSPF is a part of the BASINS system.\n\nBASINS, HSPF, and various utilities are available at\nhttps://github.com/respec/BASINS/releases\n\nFor HSPF I also have developed:\n\n* hspfbintoolbox to extract data from the HSPF binary output file\n  https://timcera.bitbucket.io/hspfbintoolbox/docs/index.html\n* hspf_utils to create water balance tables of the entire model, or particular\n  years, and to create a CSV file useful to join to a GIS layer to map model\n  results.\n  https://timcera.bitbucket.io/hspf_utils/docs/index.html\n\nInstallation for the Impatient\n==============================\npip\n~~~\n.. code-block:: bash\n\n    pip install wdmtoolbox\n\nconda\n~~~~~\n.. code-block:: bash\n\n    conda install -c conda-forge wdmtoolbox\n\nCompile From Source\n-------------------\nTo compile from source you need a \"C\" compiler (gcc on Linux, Visual Studio\n2019 for Windows), a FORTRAN compiler (gfortran on Linux, MSYS2/MINGW gfortran\non Windows), Python 3.7, 3.8, or 3.9 with \"numpy\" installed to be able to access\n`f2py`.\n\nAdditional Software\n===================\nhttps://timcera.bitbucket.io/index.html\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Read and write Watershed Data Management (WDM) files",
    "version": "16.0.7",
    "project_urls": {
        "Bitbucket": "https://bitbucket.org/timcera/wdmtoolbox/src/main/",
        "Documentation": "https://timcera.bitbucket.io/wdmtoolbox/docs/index.html",
        "Github": "https://github.com/timcera/wdmtoolbox"
    },
    "split_keywords": [
        "wdm",
        "watershed",
        "data_management",
        "data",
        "hydrology",
        "hydrological",
        "simulation",
        "fortran",
        "hspf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfb26835add5c3edf75e147df5b803e5c61e0f4ed92d8741c1e69394129ab35c",
                "md5": "d976130633f90a406d442703baafd31d",
                "sha256": "406a89078eec9264396941d301d1c6dbe58835e12c1ecd9ee19d6cfa3afd7399"
            },
            "downloads": -1,
            "filename": "wdmtoolbox-16.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "d976130633f90a406d442703baafd31d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1587261,
            "upload_time": "2024-04-01T01:44:14",
            "upload_time_iso_8601": "2024-04-01T01:44:14.838991Z",
            "url": "https://files.pythonhosted.org/packages/bf/b2/6835add5c3edf75e147df5b803e5c61e0f4ed92d8741c1e69394129ab35c/wdmtoolbox-16.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 01:44:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "timcera",
    "github_project": "wdmtoolbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wdmtoolbox"
}
        
Elapsed time: 0.21982s