0
点赞
收藏
分享

微信扫一扫

Google Earth Engine——官方python/JavaScript介绍内附学习链接


Google Earth Engine——官方python/JavaScript介绍内附学习链接_gee

 原文:

The guides are written primarily for JavaScript in the ​​Code Editor​​​ with examples for ​​Python in Colab​​​ where applicable. The ​​JavaScript Quickstart​​​ guide and the ​​tutorials​​ describe basic concepts and example workflows to help beginning users.

The ​​Best Practices​​​ and ​​Debugging​​​ guides have more complex examples and provide techniques useful for overcoming errors and scaling your Earth Engine analyses to larger areas, longer time series and more data. More advanced ​​Earth Engine concepts​​ provide necessary background for understanding how the Earth Engine service works and writing effective code.

The remainder of the guides are intended to illustrate important concepts about data types such as:


There are also sections for ​​machine learning​​, specialized or sensor specific algorithms (e.g. ​​Landsat algorithms​​​), and Code Editor specific features such as ​​Chart​​​, ​​Earth Engine apps​​​, and ​​data (asset) management​​.

翻译 

这些指南主要是为代码编辑器中的JavaScript编写的,在适用的情况下也有Colab中的Python例子。JavaScript快速入门指南和教程描述了基本概念和工作流程范例,以帮助初级用户。

最佳实践和调试指南有更复杂的例子,并提供了克服错误和将地球引擎的分析扩展到更大的区域、更长的时间序列和更多的数据的有用技术指导。更高级的地球引擎概念为理解地球引擎服务如何工作和编写有效的代码提供了必要的背景。

指南的其余部分旨在说明关于数据类型的重要概念,例如。

Image,地球引擎中的基本栅格数据类型。

ImageCollection,一个图像的堆栈或时间序列。

Geometry,地球引擎中的基本矢量数据类型。

Geometry,或者一个带有属性的几何体。

FeatureCollection,或一组特征。

Reducer,一个用于计算统计数据或执行聚合的对象。

Array,或者说如何基于时间、位置或属性属性来组合数据集(图像或特征集合)。

阵列,用于多维分析。



举报

相关推荐

0 条评论