elhazsow / ipygee

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%