# Global Map

DeFROST operates and serves a **daily snow depth map** with 375 meters resolution for the entire world, excluding extreme latitudes (i.e. the arctic and antarctic circles).

![Global Map showing the snow depth and extent in west USA on 20th December 2019](https://1127025084-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lili0IfPABv5Bgn32Kc%2F-LwY0J_p2dGjo-0NUAFa%2F-LwY7TCvNBfdGTUUDDKL%2FwestUSAdepth20.12.19.png?alt=media\&token=ab9a9598-6452-4b57-9b27-9af9e45697e5)

Polar latitudes are mapped, but are subject to very low resolution and update frequency to seasonal perpetual darkness conditions in winter. Therefore, we currently do not recommend using the global map for latitudes above or below the 66.5° parallels south or north.&#x20;

![Global snow map from 27th November 2019 - red lines indicate latitude coverage boundaries](https://1127025084-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lili0IfPABv5Bgn32Kc%2F-Lug4reMwb18_cARJnD-%2F-Lug5H9JHRAUNbue4hJY%2Fglobal.png?alt=media\&token=816624bd-7b5e-42d0-a630-fe814c18a92a)

### Map Characteristics

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

| **Map Characteristics** |                                                                                                        |
| ----------------------- | ------------------------------------------------------------------------------------------------------ |
| **Spatial resolution**  | 375 meters                                                                                             |
| **Update time**         | Daily at 4PM CET                                                                                       |
| **Tile zoom levels**    | 9 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**        | 66.5°N to 66.5°S                                                                                       |

To illustrate varying snow depths in the global map, the following coloring schema is applied:

![Global Map coloring schema based on snow depth in centimeters](https://1127025084-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lili0IfPABv5Bgn32Kc%2F-LwY0J_p2dGjo-0NUAFa%2F-LwY6OGG7CV730HrZDie%2Fdepth-scale.png?alt=media\&token=dca2c71f-fe78-44fb-9020-9effa4838b8a)

### Map Endpoint

To display the DeFROST Global snow depth map as a layer over the basemap of your choice, use the URL string below as the Tile Server endpoint:

```http
https://maps.defrost.io/global/v1/{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](https://docs.defrost.io/maps-overview#maps-authentication-json-web-tokens).&#x20;
