neonwranglerpy

Python package Documentation Status https://codecov.io/gh/weecology/neonwranglerpy/branch/main/graph/badge.svg?token=VtrYdLrEMV License

A Python Implementation of NeonVegWrangleR package, for integrating the Neon Vegetation Structure (VST) and Airborne Observation Platform (AOP) Data.

Installing the Current Release

If you have Python installed you can install the current release using either pip:

pip install git+https://github.com/weecology/neonwranglerpy.git

Installing the package from source

  1. Get the latest source by cloning this repo:

    git clone https://github.com/weecology/neonwranglerpy.git
    
  2. Install the dependencies:

    pip install -r requirements.txt
    
  3. Install neonwranglerpy:

    pip install .