# 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*
Be sure notebook extensions are enabled
ipywidgets: > jupyter nbextension enable –py widgetsnbextension
ipyleaflet: > jupyter nbextension enable –py –sys-prefix ipyleaflet
## 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)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ipygee-0.0.18.tar.gz.
File metadata
- Download URL: ipygee-0.0.18.tar.gz
- Upload date:
- Size: 37.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d7ed0abcdacc6e41c4fe1391bf43445661261a8fce4656744136fcde48fbc2e
|
|
| MD5 |
34ca7d30ab73baff3813afd53012ecb7
|
|
| BLAKE2b-256 |
d90487bea020e649a1eac0da21657b66b8a72b45066d3e1d1fc7efbfc4546fd2
|