Metadata-Version: 2.1
Name: nldi-xstool
Version: 0.12.5.dev0
Summary: Nldi Xstool
Home-page: https://code.usgs.gov/wma/nhgf/toolsteam/nldi-xstool
License: LICENSE.md
Author: Richard McDonald
Author-email: rmcd@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: Bottleneck (>=1.3.4,<2.0.0)
Requires-Dist: bandit (<1.7.2)
Requires-Dist: click (<8)
Requires-Dist: dask (>=2022.4.0,<2023.0.0)
Requires-Dist: netCDF4 (>=1.5.8,<2.0.0)
Requires-Dist: numba (>=0.55.1,<0.56.0)
Requires-Dist: numpy (>=1.21.0,<2.0.0)
Requires-Dist: py3dep (>=0.13.0,<0.14.0)
Requires-Dist: pygeoapi (>=0.11.0,<0.12.0)
Requires-Dist: pygeohydro (>=0.13.0,<0.14.0)
Requires-Dist: pygeoogc (>=0.13.0,<0.14.0)
Requires-Dist: pygeoutils (>=0.13.0,<0.14.0)
Requires-Dist: pynhd (>=0.13.0,<0.14.0)
Requires-Dist: scipy (>=1.8.0,<2.0.0)
Requires-Dist: xarray (>=2022.3.0,<2023.0.0)
Project-URL: Changelog, https://code.usgs.gov/wma/nhgf/toolsteam/nldi-xstool/-/releases
Project-URL: Documentation, https://nldi-xstool.readthedocs.io
Project-URL: Repository, https://code.usgs.gov/wma/nhgf/toolsteam/nldi-xstool
Description-Content-Type: text/markdown

# Nldi Xstool

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

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

[![pipeline status](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-xstool/badges/main/pipeline.svg)](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-xstool/-/commits/main)
[![coverage report](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-xstool/badges/main/coverage.svg)](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-xstool/-/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-xstool via
[pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/):

```python
pip install nldi-xstool
```

## Command Line Usage

Please see the {doc}`usage`

## Contributing

Contributions are very welcome.
To learn more, see the {doc}`contributing`.

## License

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

## Disclaimer

{doc}`disclaimer`

## Issues

If you encounter any problems,
please [file an issue](https://code.usgs.gov/wma/nhgf/toolsteam/nldi-xstool/-/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.

