# European Alps Map

The Alps are the highest and most extensive mountain range system that lies entirely in Europe, and stretching approximately 1,200 kilometres across eight Alpine countries: France, Switzerland, Monaco, Italy, Liechtenstein, Austria, Germany, and Slovenia.

![The DeFROST Map for the European Alps coverage area, as per the Alpine Convention](/files/-LsbG6PG-Q_572jDxpfJ)

Due to the key importance of this area in Europe and globally in terms of population, visitors and human activity, DeFROST operates and serves a daily snow cover map with 20 meters resolution for its extent.

{% hint style="warning" %}
If you make any request for a tile outside the above covered area, the DeFROST server will return a 404 Not Found response code.&#x20;
{% endhint %}

### Map Characteristics

The table below summarizes this map's key characteristics:&#x20;

| **Map Characteristics** |                                                                                                        |
| ----------------------- | ------------------------------------------------------------------------------------------------------ |
| **Spatial resolution**  | 20 meters                                                                                              |
| **Update time**         | Daily at 3AM CET                                                                                       |
| **Tile zoom levels**    | 13 zoom levels                                                                                         |
| **Tile size**           | 256x256 pixels                                                                                         |
| **Default coloring**    | <p>From light blue (#35e9e6) to bright pink (#ff01fb)</p><p>The coloring spreads from 1cm to 2.5m+</p> |
| **Covered area**        | Alpine Convention                                                                                      |

### Map Endpoint

To display the DeFROST European Alps snow cover map as a layer over the base map of your choice, use the URL string below as the Tile Server endpoint:

```http
https://maps.defrost.io/{z}/{x}/{y}.png
```

Pay attention to the fact that as any DeFROST endpoint, JWT Authentication is required for the Tile Server. This means **a valid JWT token has to be set in the HTTP Authorization request header**. Read more about Maps Authentication in the [Maps Overview section](/defrost-maps/maps-overview.md#maps-authentication-json-web-tokens).&#x20;


---

# 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://docs.defrost.io/defrost-maps/european-alps-map.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.
