# Google Earth Engine

[Google Earth Engine](https://earthengine.google.com/) (GEE) is a powerful tool for geospatial analysis.  It makes use of huge amounts of data and computing power to enable users to perform analysis at scale.

#### Learning Outcomes:&#x20;

* Overview of the Google Earth Engine platform
* Examples of using GEE for the polar regions
* Foundational understanding into core concepts:&#x20;
  * How to use GEE&#x20;
  * Introduction to the Data Catalog
  * Introduction to the GEE Code Editor
  * Objects, Methods and Algorithms


---

# 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://guides.geospatial.bas.ac.uk/intro-to-google-earth-engine/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.
