Metadata-Version: 2.1
Name: gdptools
Version: 0.0.16.dev0
Summary: Gdptools
Home-page: https://code.usgs.gov/wma/nhgf/toolsteam/gdptools
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.9
Requires-Dist: MetPy (>=1.3.0,<2.0.0)
Requires-Dist: Pydap (>=3.2.2,<4.0.0)
Requires-Dist: Shapely (==1.8.4)
Requires-Dist: attr (>=0.3.2,<0.4.0)
Requires-Dist: attrs (>=21.4.0,<22.0.0)
Requires-Dist: cftime (>=1.6.0,<2.0.0)
Requires-Dist: click (<8)
Requires-Dist: dask (>=2022.6.0,<2023.0.0)
Requires-Dist: geopandas (==0.11.1)
Requires-Dist: intake (>=0.6.5,<0.7.0)
Requires-Dist: netCDF4 (>=1.5.8,<2.0.0)
Requires-Dist: numpy (>=1.22.4,<2.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: pygeoapi (>=0.11.0,<0.12.0)
Requires-Dist: pygeos (==0.12.0)
Requires-Dist: pyproj (>=3.3.1,<4.0.0)
Requires-Dist: pystac (>=1.4.0,<2.0.0)
Requires-Dist: rasterio (>=1.2.10,<2.0.0)
Requires-Dist: rasterstats (>=0.16.0,<0.17.0)
Requires-Dist: requests (>=2.28.0,<3.0.0)
Requires-Dist: rioxarray (>=0.11.1,<0.12.0)
Requires-Dist: scipy (>=1.8.1,<2.0.0)
Requires-Dist: xarray (>=2022.3.0,<2023.0.0)
Requires-Dist: zarr (>=2.11.3,<3.0.0)
Project-URL: Changelog, https://code.usgs.gov/wma/nhgf/toolsteam/gdptools/releases
Project-URL: Documentation, https://gdptools.readthedocs.io
Project-URL: Repository, https://code.usgs.gov/wma/nhgf/toolsteam/gdptools
Description-Content-Type: text/markdown

---

title: README
---Gdptools
========

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

[![Read the documentation at https://gdptools.readthedocs.io/](https://img.shields.io/readthedocs/gdptools/latest.svg?label=Read%20the%20Docs)](https://gdptools.readthedocs.io/)
[![Tests](https://code.usgs.gov/wma/nhgf/toolsteam/gdptools/workflows/Tests/badge.svg)](https://code.usgs.gov/wma/nhgf/toolsteam/gdptools/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/wma/nhgf/toolsteam/gdptools/branch/main/graph/badge.svg)](https://codecov.io/gh/wma/nhgf/toolsteam/gdptools)

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://code.usgs.gov/pre-commit/pre-commit)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://code.usgs.gov/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 _Gdptools_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/):

        pip install gdptools

# 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), _Gdptools_ is free and open source software.

# Issues

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

# Credits

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

