Metadata-Version: 2.1
Name: detectree
Version: 0.1.0
Summary: Tree detection from aerial imagery
Home-page: https://github.com/martibosch/detectree
Author: Martí Bosch
Author-email: marti.bosch@epfl.ch
License: GPL-3.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: dask[delayed,distributed]
Requires-Dist: joblib
Requires-Dist: pymaxflow (>=1.0.0)
Requires-Dist: numpy (>=1.15)
Requires-Dist: pandas (>=0.23)
Requires-Dist: rasterio (>=1.0.0)
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: tqdm

[![PyPI version fury.io](https://badge.fury.io/py/detectree.svg)](https://pypi.python.org/pypi/detectree/)
[![Build Status](https://travis-ci.org/martibosch/detectree.svg?branch=master)](https://travis-ci.org/martibosch/detectree)
[![Coverage Status](https://coveralls.io/repos/github/martibosch/detectree/badge.svg?branch=master)](https://coveralls.io/github/martibosch/detectree?branch=master)
[![GitHub license](https://img.shields.io/github/license/martibosch/detectree.svg)](https://github.com/martibosch/detectree/blob/master/LICENSE)

# DetecTree

## Overview

Tree detection from aerial imagery


## Installation / Usage

To install use pip:

    $ pip install detectree


Or clone the repo:

    $ git clone https://github.com/martibosch/detectree.git
    $ python setup.py install


## Acknowledgments

* With the support of the École Polytechnique Fédérale de Lausanne (EPFL)


