Metadata-Version: 1.1
Name: forestutils
Version: 0.1.2
Summary: Tools to analyse 3D scans of a forest.
Home-page: https://github.com/borevitzlab/3D-tools
Author: Zac Hatfield-Dodds
Author-email: zac.hatfield.dodds@gmail.com
License: GPL3+
Description: 3D Forest Tools
        ###############
        
        |license_badge| |travis_badge| |docs_badge|
        
        |pypi_badge| |version_badge| |status_badge|
        
        .. |license_badge| image:: https://img.shields.io/pypi/l/forestutils.svg
           :target: https://en.wikipedia.org/wiki/GNU_General_Public_License
        
        .. |travis_badge| image:: https://travis-ci.org/borevitzlab/3D-tools.svg?branch=master
           :target: https://travis-ci.org/borevitzlab/3D-tools
        
        .. |docs_badge| image:: https://readthedocs.org/projects/3d-tools/badge
           :target: https://3d-tools.readthedocs.org
        
        .. |pypi_badge| image:: https://img.shields.io/pypi/v/forestutils.svg
           :target: https://pypi.python.org/pypi/forestutils
        
        .. |version_badge| image:: https://img.shields.io/pypi/pyversions/forestutils.svg
           :target: https://pypi.python.org/pypi/forestutils
        
        .. |status_badge| image:: https://img.shields.io/pypi/status/forestutils.svg
           :target: https://pypi.python.org/pypi/forestutils
        
        .. END_BADGES_TAG
        
        ``3D-tools`` is a set of tools for analysing pointclouds of a forest.
        
        ``main.py`` can be used by developers, but for general use you can instead
        ``pip install forestutils``, which makes the ``forestutils`` command
        available from your terminal.
        
        Features:
        
        - Detect, map, and extract trees from the full pointcloud
        - Calculate location, height, canopy area, and colour of each tree
        - Losslessly reduce pointcloud size by discarding ground points
        
        It is written in pure Python (3.4+), available under the GPL3 license,
        and can analyse multi-gigabyte datasets in surprisingly little memory.
        
        .. END_DESCRIPTION_TAG
        
        Useful links
        ============
        
        - `documentation <https://3d-tools.readthedocs.org>`_
        - `processed pointclouds <https://pointclouds.phenocam.org.au>`_
        - `maps (from output) <https://www.google.com/maps/d/viewer?mid=zH6cETTFeU6A.kawPmizn8suk>`_
        - `source code <https://github.com/borevitzlab/3D-tools>`_
        - `forestutils package <https://pypi.python.org/pypi/forestutils>`_ on PyPi
        
        Contact: *zac.hatfield.dodds at gmail.com*
        
Keywords: forest LIDAR photogrammetery environment remote-sensing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Visualization
