A Python Implementation of NeonVegWrangleR package, for integrating the Neon Vegetation Structure (VST) and Airborne Observation Platform (AOP) Data.
If you have Python installed you can install the current release using either pip:
pip install git+https://github.com/weecology/neonwranglerpy.git
Get the latest source by cloning this repo:
git clone https://github.com/weecology/neonwranglerpy.git
Install the dependencies:
pip install -r requirements.txt
Install neonwranglerpy:
pip install .