Metadata-Version: 2.1
Name: ipygee
Version: 0.0.2
Summary: A set of tools for working with Google Earth Engine Python API in Jupyter notebooks
Home-page: UNKNOWN
Author: Rodrigo E. Principe
Author-email: fitoprincipe82@gmail.com
License: MIT
Description: # IpyGEE
        
        A set of tools and Widgets for working with **Google Earth Engine** in Jupyter notebooks and Jupyter Lab
        
        ## Install
        
        `pip install ipygee`
        
        *Note: Installation **does not** install Earth Engine Python API. You have to install it before installing `ipygee`, see: https://developers.google.com/earth-engine/python_install*
        
        ## Main Widgets
        
        ### - Map
        
        ``` python
        from ipygee import *
        Map = Map()
        Map.show()
        ```
        
        ### - AssetManager
        ``` python
        from ipygee import *
        AM = AssetManager()
        AM
        ```
        
        ### - TaskManager
        ``` python
        from ipygee import *
        TM = TaskManager()
        TM
        ```
        
        See examples in [here](https://github.com/fitoprincipe/ipygee/tree/master/examples)
Keywords: google earth engine raster image processing gis satelite jupyter notebook ipython
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: testing
Provides-Extra: docs
Provides-Extra: dev
