> For the complete documentation index, see [llms.txt](https://hendrik-wulf.gitbook.io/geo-717-earth-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hendrik-wulf.gitbook.io/geo-717-earth-engine/day-4-build-an-application.md).

# 5. Earth Engine Apps

## Acknowledgements

* Google Earth Engine Team ([EE guide](https://developers.google.com/earth-engine/guides/apps))

## Objective

The objective of today's session is to learn the first steps towards building your own interactive Earth Engine App.

## Course evaluation

Please provide your feedback on this course GEO717 [here](https://forms.gle/DVzDnH7MhPyf4qQo9). Thank you for sharing your thoughts and suggestions!

## Introduction

Earth Engine Apps are dynamic, shareable user interfaces for Earth Engine analyses. With Apps, experts can use simple UI elements to leverage Earth Engine's data catalog and analytical power, for experts and non-experts alike to use.

Refer to the [Earth Engine Apps](https://developers.google.com/earth-engine/guides/apps) guide to learn more about building and publishing your app.

## Examples

Learning from example is a good starting point. The following apps provide an overview of possible applications.

### Curated Applications

{% embed url="<https://www.earthengine.app/>" %}

{% embed url="<https://github.com/philippgaertner/awesome-earth-engine-apps>" %}
List of all (1.958) available Google Earth Engine Apps and user-specific App Galleries
{% endembed %}

### Code examples

{% embed url="<https://jstnbraaten.users.earthengine.app/view/landsat-timeseries-explorer#run=true;lon=-122.91966;lat=44.24135;from=06-10;to=09-20;index=NBR;rgb=SWIR1%2FNIR%2FGREEN;chipwidth=2>;" %}

### Selected Apps

#### Embeddings

{% embed url="<https://earthengine-ai.projects.earthengine.app/view/embedding-similarity-search#year=2024;zoom=6;lon=8.55008630061791;lat=47.3969739109749;clicked=true>;" %}

#### Hydrosphere

{% embed url="<https://global-surface-water.appspot.com/map>" %}

{% embed url="<https://gena.users.earthengine.app/view/bathymetry-from-space>" %}

{% embed url="<https://www.intertidal.app/>" %}

#### Biosphere

{% embed url="<https://www.globalforestwatch.org/>" %}

{% embed url="<https://www.forestintegrity.com/>" %}

#### Atmosphere

{% embed url="<https://gena.users.earthengine.app/view/no2>" %}

{% embed url="<https://www.earthenv.org/cloud>" %}

#### Land cover

{% embed url="<https://dynamicworld.app/>" %}

{% embed url="<https://dgg321982.users.earthengine.app/view/lulcareatimeseries>" %}

#### Others

{% embed url="<https://gena.users.earthengine.app/view/urban-lights>" %}

{% embed url="<https://zandersamuel.users.earthengine.app/view/green-apartheid>" %}

## Resources

### Earth Engine Apps guide

The [Earth Engine Apps](https://developers.google.com/earth-engine/guides/apps) guide provides an overview on the User Interface API, available Widgets, Panels and Events.

Note that in your code editor, you can find additional examples of&#x20;

### Geo for Good

{% embed url="<https://earthoutreachonair.withgoogle.com/events/geoforgood20?talk=talk-11>" %}

{% embed url="<https://sites.google.com/earthoutreach.org/geoforgood19/agenda/breakout-sessions#h.p_ZsowYRI06gXV>" %}

{% embed url="<https://sites.google.com/earthoutreach.org/geoforgood19/agenda/breakout-sessions#h.p_YQ5sbJZC9OXj>" %}

{% embed url="<https://sites.google.com/earthoutreach.org/geoforgood19/agenda/breakout-sessions#h.p_ZAzAmbIb7O2l>" %}

### Youtube

{% embed url="<https://earthoutreachonair.withgoogle.com/events/heyearthengine2>" %}

### Medium

{% embed url="<https://medium.com/google-earth/share-your-analyses-using-earth-engine-apps-1ac29939903f>" %}

{% embed url="<https://medium.com/google-earth/new-earth-engine-features-to-speed-app-workflows-b0b22324e79a>" %}

{% embed url="<https://medium.com/google-earth/visualizing-changing-landscapes-with-google-earth-engine-b2d502dc02a8>" %}

##


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hendrik-wulf.gitbook.io/geo-717-earth-engine/day-4-build-an-application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
