Skip to content

fitoprincipe/ipygee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

from ipygee import *
Map = Map()
Map.show()

- AssetManager

from ipygee import *
AM = AssetManager()
AM

- TaskManager

from ipygee import *
TM = TaskManager()
TM

See examples in here

About

A set of tools for working with Google Earth Engine Python API in Jupyter notebooks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages