Metadata-Version: 2.1
Name: nldi-flowtools
Version: 0.0.2.dev0
Summary: Nldi Flowtools
Home-page: https://code.usgs.gov/wma/nhgf/toolsteam/nldi-flowtools
License: LICENSE.md
Author: Anders Hopkins
Author-email: ahopkins@usgs.gov
Requires-Python: >=3.9,<3.10
Classifier: Development Status :: 1 - Planning
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Shapely (>=1.8.0,<2.0.0)
Requires-Dist: click (>=7.1.2,<8)
Requires-Dist: geojson (>=2.5.0,<3.0.0)
Requires-Dist: numpy (>=1.21.0,<2.0.0)
Requires-Dist: pyflwdir (==0.5.1)
Requires-Dist: pygeoapi (>=0.11.0,<0.12.0)
Requires-Dist: pyproj (>=3.3.0,<4.0.0)
Requires-Dist: rasterio (>=1.2.9,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Changelog, https://code.usgs.gov/wma/nhgf/toolsteam/nldi-flowtools/releases
Project-URL: Documentation, https://nldi-flowtools.readthedocs.io
Project-URL: Repository, https://code.usgs.gov/wma/nhgf/toolsteam/nldi-flowtools
Description-Content-Type: text/markdown

# Nldi Flowtools

[![PyPI](https://img.shields.io/pypi/v/nldi-flowtools.svg)](https://pypi.org/project/nldi-flowtools/)
[![Status](https://img.shields.io/pypi/status/nldi-flowtools.svg)](https://pypi.org/project/nldi-flowtools/)
[![Python Version](https://img.shields.io/pypi/pyversions/nldi-flowtools)](https://pypi.org/project/nldi-flowtools)
[![License](https://img.shields.io/pypi/l/nldi-flowtools)](https://creativecommons.org/publicdomain/zero/1.0/legalcode)

[![Read the documentation at https://nldi-flowtools.readthedocs.io/](https://img.shields.io/readthedocs/nldi-flowtools/latest.svg?label=Read%20the%20Docs)](https://nldi-flowtools.readthedocs.io/)

[![pipeline status](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-flowtools/badges/main/pipeline.svg)](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-flowtools/-/commits/main)
[![coverage report](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-flowtools/badges/main/coverage.svg)](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-flowtools/-/commits/main)

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Poetry](https://img.shields.io/badge/poetry-enabled-blue)](https://python-poetry.org/)
[![Conda](https://img.shields.io/badge/conda-enabled-green)](https://anaconda.org/)

# Features

- TODO

# Requirements

- TODO

# Installation

You can install _Nldi Flowtools_ via
[pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/):

```{.sourceCode .console}
$ pip install nldi-flowtools
```

# Usage

Please see the [Command-line Reference](Usage_) for details.

# Contributing

Contributions are very welcome.
To learn more, see the Contributor Guide\_.

# License

Distributed under the terms of the [CC0 1.0 Universal license](https://creativecommons.org/publicdomain/zero/1.0/legalcode),
_Nldi Flowtools_ is free and open source software.

# Issues

If you encounter any problems,
please [file an issue](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-flowtools/-/issues) along with a detailed description.

# Credits

This project was generated from
[@hillc-usgs](https://github.com/hillc-usgs)'s [Pygeoapi Plugin
Cookiecutter](https://code.usgs.gov/wma/nhgf/pygeoapi-plugin-cookiecutter)
template.

