> For the complete documentation index, see [llms.txt](https://guides.geospatial.bas.ac.uk/eo-training-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.geospatial.bas.ac.uk/eo-training-resources/level-2.md).

# Level 2

This section is not aimed to give a comprehensive list of all the courses related to EO applications, as it is difficult to anticipate the specific needs of individual users. The list below contains basic, overview-level courses to start with, split into specific topics. After checking them, you can search for your topic of interest among [Imperative MOOCs](https://www.imperativemoocs.com/courses), [NASA Applied Remote Sensing Training Program (ARSET](https://appliedsciences.nasa.gov/sites/default/files/2023-01/OnlineResourceGuide_v2_2023.pdf)), and [EO College](https://eo-college.org/courses/). More than that, we encourage you to participate in online and offline training sessions, provided by [EUMETSAT](https://trainingevents.eumetsat.int/trui/) and [ESA](https://eo4society.esa.int/event/).

## Snow/Ice monitoring

* MAGIC’s Drop-in Session on [Remote Sensing for sea ice applications](https://nercacuk.sharepoint.com/sites/BASDigitalwmod-magic/sitePages/Magictraining.aspx#satellite-remote-sensing-for-sea-ice-applications) (internal link)
* [Earth Observation from Space: The Cryosphere](https://www.imperativemoocs.com/courses/the-cryosphere)
* [Winter-Water-Warming: Canadian SAR Applications](https://eo-college.org/courses/winter-water-warming-canadian-sar-applications/)

## Water resources

* [Monitoring Oceans from Space](https://www.imperativemoocs.com/courses/monitoring-oceans-from-space)
* [Sections 2B and 2C of Fundamentals of Remote Sensing](https://appliedsciences.nasa.gov/join-mission/training/english/arset-fundamentals-remote-sensing)
* [SAR Marine User Manual](https://www.sarusersmanual.com/)

## Land, Land Cover, Urban Landscapes

* [Land in Focus – Urban Spaces](https://eo-college.org/courses/urban-spaces/)
* [Land in Focus – People, Land, Sustainability](https://eo-college.org/courses/people_land_sustainability/)
* [Land in Focus – Wet Ecosystems](https://eo-college.org/courses/wet-ecosystems/)
* [Land in Focus – Dry Ecosystems](https://eo-college.org/courses/dry-ecosystems/)

## Vegetation

* [Land in Focus – Forest Ecosystems](https://eo-college.org/courses/forest-monitoring/)
* [Land in Focus – Agriculture & Food](https://eo-college.org/courses/agriculture-and-food/)

## Disaster monitoring, Risk assessment

* [Land in Focus – Hazards and Disasters](https://eo-college.org/courses/hazards-and-disasters/)
* [Disaster Assessment Using Synthetic Aperture Radar](https://appliedsciences.nasa.gov/join-mission/training/english/arset-disaster-assessment-using-synthetic-aperture-radar)
* [Synthetic Aperture Radar: Hazards](https://www.edx.org/course/sar-hazards)

### **Wildfires**

* [Session 2A of Fundamentals of Remote Sensing](https://appliedsciences.nasa.gov/join-mission/training/english/arset-fundamentals-remote-sensing)
* [Introduction to Remote Sensing for Wildfire Applications](https://appliedsciences.nasa.gov/join-mission/training/english/arset-introduction-remote-sensing-wildfire-applications-0)

### **Floods**

* [Remote Sensing Observations for Flood Management](https://appliedsciences.nasa.gov/join-mission/training/english/arset-nasa-remote-sensing-observations-flood-management)
* [Monitoring Urban Floods Using Remote Sensing](https://appliedsciences.nasa.gov/join-mission/training/english/arset-monitoring-urban-floods-using-remote-sensing)

## Atmosphere, Climate, Climate Change

* [Earth Observation from Space: The Atmosphere](https://www.imperativemoocs.com/courses/eo-from-space-the-atmosphere)
* [Monitoring Atmospheric Composition](https://www.imperativemoocs.com/courses/monitoring-atmospheric-composition)
* [Monitoring Climate from Space by ESA](https://www.imperativemoocs.com/courses/monitoring-climate-from-space)
* [Introduction to NASA Resources for Climate Change Applications](https://appliedsciences.nasa.gov/join-mission/training/english/arset-introduction-nasa-resources-climate-change-applications)


---

# 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://guides.geospatial.bas.ac.uk/eo-training-resources/level-2.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.
