# 介绍

## 主要从以下几个方面总结自己入门笔记。

* GEE(google earth engine)的学习笔记
* Javascript的学习笔记
* Python的学习笔记
* Matlab的学习笔记
* arcgis的学习笔记

其中借鉴了一些官方的文档以及在互联网上找到的一些内容，主要结合个人经验写成。由于经验有限，难免存在诸多疏漏或者理解不到位的地方，还请斧正！

#### 电子书地址：<https://comingboy.gitbook.io/gee/>

#### githup地址：<https://github.com/comingboy0701/GEE-learning.git>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://comingboy.gitbook.io/gee/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
