opendatacube / odc-algo

Apache License 2.0
5 stars 1 forks source link

Open Data Cube Algorithms

Xarray and Dask friendly EO Processing Algorithms and Utilities.

Note: This package only contains algorithms. If you want to use them for processing EO data, you'll find using odc-stats much simpler.

Installation

pip install odc-algo

Usage

Building

  1. Install the Python build tool. python -m pip install build
  2. Build this package. python -m build

Development

  1. Follow build instructions
  2. Install as dev pip install -e .[dev]

Alternatively, install with the whl file.

Tasks