什么是Google Earth Engine?
- 大数据平台
GEE包含的数据集超过 200 个公共的数据集,超过500万张影像,每天的数据量增加大约4000张影像,容量超过 5PB - 云计算平台
Google公司百万台高性能服务器API
在线的JavaScript API,离线的 Python API ,通过这些API可以快速的建立基于Google Earth Engine 以及Google云的Web服务。
GEE相关学习资料中,大多为官方参考,目前GEE的应用越来越多,中文教程也越发完善。GEE主要包括在线的Javascript语言,和离线的Python的geemap包,以在线平台为主记录一些国内外的学习资料:
GEE主页: https://earthengine.google.com/
- 官方指导:
https://developers.google.com/earth-engine
https://developers.google.com/earth-engine/guides
详细讲解各个方面的知识,指导的其余部分旨在说明有关数据类型的重要概念,例如:
- Image, Earth Engine 中的基本栅格数据类型。
- ImageCollection,图像的堆栈或时间序列。
- Geometry,地球引擎中的基本矢量数据类型。
- Feature, 或Geometry具有属性的。
- FeatureCollection,或一组特征。
- Reducer,用于计算统计信息或执行聚合的对象。
- Join,或如何根据时间、位置或属性来组合数据集(Image或Feature集合)。
- Array,用于多维分析。
- 官方地址:https://earthengine.google.com/
- 平台地址:https://code.earthengine.google.com/
- 数据资源介绍:https://earthengine.google.com/datasets/
- 查看数据资源:https://explorer.earthengine.google.com/#workspace
- 入门介绍文档:https://developers.google.com/earth-engine/
- 完整API文档:https://developers.google.com/earth-engine/api_docs
- 官方培训资料:https://developers.google.com/earth-engine/edu
pythonAPI
地址:https://github.com/google/earthengine-api
高级应用:
- GEE开发者大会:https://events.withgoogle.com/google-earth-engine-user-summit-2017/#content
- GEE开发者论坛:https://groups.google.com/forum/#!forum/google-earth-engine-developers
- 视频材料:YouTube学习视频:https://www.youtube.com/playlist?list=PLWw80tqUZ5J9_3E_9C_bK8zt0mGHfvOrj
参考资料:
1.《遥感云计算与科学分析——应用与实践》——董金玮等
2. AI尚研修培训资料
3. 知乎专栏-GEE学习笔记(无形的风)