一组在Jupyter笔记本中操作Google Earth Engine Python API的工具
项目描述
# IpyGEE
一组在Jupyter笔记本和Jupyter Lab中操作Google Earth Engine的工具和组件
## 安装
> pip install ipygee
注意:安装**不会**安装Earth Engine Python API。您必须在安装ipygee之前安装它,请参阅: https://developers.google.com/earth-engine/python_install*
确保启用笔记本扩展
ipywidgets: > jupyter nbextension enable –py widgetsnbextension
ipyleaflet: > jupyter nbextension enable –py –sys-prefix ipyleaflet
## 主要组件
### - 地图
` python from ipygee import * Map = Map() Map.show() `
### - AssetManager ` python from ipygee import * AM = AssetManager() AM `
### - TaskManager ` python from ipygee import * TM = TaskManager() TM `
请参阅[这里](https://github.com/fitoprincipe/ipygee/tree/master/examples)的示例