跳转到主要内容

一组在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)的示例

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源代码分发

ipygee-0.0.18.tar.gz (37.3 kB 查看散列值)

上传时间 源代码

支持者