Metadata-Version: 1.1
Name: openet-disalexi
Version: 0.0.3
Summary: Earth Engine based DisALEXI Model
Home-page: https://github.com/Open-ET/openet-disalexi-beta
Author: Charles Morton
Author-email: charles.morton@dri.edu
License: Apache
Download-URL: https://github.com/Open-ET/openet-disalexi-beta/archive/v0.0.3.tar.gz
Description: =================
        OpenET - DisALEXI
        =================
        
        |version| |build|
        
        This repository provides an Earth Engine Python API based implementation of the DisALEXI ET model.
        
        Examples
        ========
        
        Jupyter notebooks are provided in the "examples" folder that show various approaches for calling the OpenET DisALEXI model.
        
        Installation
        ============
        
        The OpenET DisALEXI python module can be installed via pip:
        
        .. code-block:: console
        
            pip install openet-disalexi
        
        Dependencies
        ============
        
        Modules needed to run the model:
        
         * `earthengine-api <https://github.com/google/earthengine-api>`__
         * `openet <https://github.com/Open-ET/openet-core-beta>`__
        
        Modules needed to run the test suite:
        
         * `pytest <https://docs.pytest.org/en/latest/>`__
        
        OpenET Namespace Package
        ========================
        
        Each OpenET model should be stored in the "openet" folder (namespace).  The benefit of the namespace package is that each ET model can be tracked in separate repositories but called as a "dot" submodule of the main openet module,
        
        .. code-block:: console
        
            import openet.disalexi as disalexi
        
        
        References
        ==========
        
        .. _references:
        
        .. [Anderson2007JGR] Anderson, M. C., J. M. Norman, J. R. Mecikalski, J. A. Otkin, and W. P. Kustas (2007), A climatological study of evapotranspiration and moisture stress across the continental United States based on thermal remote sensing: 1. Model formulation, J. Geophys. Res., 112, D10117, doi:10.1029/2006JD007506.
        
        .. |build| image:: https://travis-ci.org/Open-ET/openet-disalexi-beta.svg?branch=master
           :alt: Build status
           :target: https://travis-ci.org/Open-ET/openet-disalexi-beta
        .. |version| image:: https://badge.fury.io/py/openet-disalexi.svg
           :alt: Latest version on PyPI
           :target: https://badge.fury.io/py/openet-disalexi
Keywords: DisALEXI OpenET Evapotranspiration Earth Engine
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
