Metadata-Version: 1.1
Name: pipelineutils
Version: 1.0.2
Summary: drone-pipeline workflow utilities
Home-page: https://terraref.org
Author: Chris Schnaufer
Author-email: schnaufer@email.arizona.edu
License: BSD
Project-URL: Source, https://github.com/terraref/drone-pipeline
Project-URL: Tracker, https://github.com/terraref/drone-pipeline/issues
Description: pipelineutils
        =============
        
        Python library for interfacing with the drone pipeline.
        
        This package provides standard functions for interacting with drone-pipeline 
        services and data.
        
        Primary use case: development of the drone-pipeline.
        
        Installation
        ------------
        
        The easiest way install pipelineutils is using pip and pulling from PyPI.::
        
        
            pip install pipelineutils
        
        Because this system is still under rapid development, you may need a
        specific branch from the pipelineutils repository. You can either clone the
        repository from GitHub and install locally with following commands::
        
            git clone https://github.com/terraref/drone-pipeline
            git checkout <branch>
            cd drone-pipeline/pipelineutils
            pip install .
        
        Functions and Classes
        ---------------------
        
        **extractors.py** utilities for interacting with the drone-pipeline
        
        -  PipelineExtractor – Common pipeline extractor classs other extractors can
           descend from
        
Keywords: terraref,clowder,field crop,phenomics,computer vision,remote sensing,drone,pipeline
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
