# What is Google Earth Engine?

Earth Engine is a virtual platform for geospatial analysis and visualisation for academic, non-profit, business and government users. &#x20;

It provides access to a web-based catalogue of over 40 petabytes of satellite imagery and other analysis-ready data.  Users can use Google's cloud platform to run analysis at huge scales. &#x20;

![Credit: Google Earth Engine](https://129913967-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjiZCnjzRgyoE8jhoZV%2Fuploads%2F0CiPEa0k9lYzTr5Vt3YW%2Fgee_info.png?alt=media\&token=e7b12650-3e7f-4c99-b75e-c9525b6e123c)

### What can you do in Earth Engine?&#x20;

{% tabs %}
{% tab title="Pre-processing" %}

* Filter data
* Masking (removing clouds etc.)&#x20;
* Create mosaics
  {% endtab %}

{% tab title="Analysis" %}

* Raster and Vector operations
* Time-series analysis
* Classify images
* Object-based segmentation
* Machine-learning
  {% endtab %}

{% tab title="Visualisation" %}

* Data visualisation
* Create maps
* Plot charts
* Build web-apps
  {% endtab %}
  {% endtabs %}


---

# 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/what-is-google-earth-engine.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.
