Metadata-Version: 2.1
Name: odc-algo
Version: 0.2.0a4
Summary: Miscellaneous Algorithmic helper methods
Home-page: https://github.com/opendatacube/odc-tools/
Author: Open Data Cube
Author-email: 
Maintainer: Open Data Cube
Maintainer-email: 
License: Apache License 2.0
Platform: any
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: affine
Requires-Dist: dask
Requires-Dist: dask-image
Requires-Dist: datacube
Requires-Dist: distributed
Requires-Dist: numexpr
Requires-Dist: numpy
Requires-Dist: odc-stac
Requires-Dist: rasterio
Requires-Dist: scikit-image
Requires-Dist: toolz
Requires-Dist: xarray
Provides-Extra: hdstats
Requires-Dist: hdstats (>=0.1.7.post5) ; extra == 'hdstats'
Provides-Extra: s3
Requires-Dist: boto3 ; extra == 's3'
Requires-Dist: odc-cloud ; extra == 's3'

odc.algo
========

Algorithm utils of various kind.

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

```
pip install odc-algo
```

Usage
-----

TODO


