Metadata-Version: 2.1
Name: cascade-rivers
Version: 2.1.0
Summary: Python library to assign stream order to hydrometric networks
Home-page: https://github.com/compassinformatics/cascade/
Author: Seth Girvin
Author-email: sgirvin@compass.ie
Keywords: cascade
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: wayfarer>=0.12.0

===============================
cascade
===============================

A Python library to assign river order to hydrometric networks

* Documentation: https://compassinformatics.github.io/cascade/

Features
--------

Two stream ordering algorithms:

* Strahler
* Shreve

Installation
------------

.. code-block:: bash

    pip install cascade-rivers
