> For the complete documentation index, see [llms.txt](https://guides.geospatial.bas.ac.uk/using-mapping-data-services/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/using-mapping-data-services/bas-mapping-services/antarctica-and-southern-ocean-basemap-for-desktop-gis.md).

# Antarctica and Southern Ocean basemap for Desktop GIS

We provide a south pole projected Antarctica and Southern Ocean basemap as a web service, which can be loaded in to Desktop GIS.&#x20;

The basemap is updated every 6 months to reflect changes to the coastline and to include updated elevation and bathymetry data, as appropriate. It is a WMTS service hosted using ArcGIS Online and is also included in the ArcGIS Living Atlas.&#x20;

This guide will run through [how to add it to a QGIS Project](#using-the-basemap-in-qgis).

{% embed url="<https://arcg.is/1en1P1>" %}
Demonstration of Antarctica and Southern Ocean basemap
{% endembed %}

## Using the basemap in QGIS

In the main menu, navigate to **Layer** > **Add Layer** > **Add WMS/WMTS Layer...**.

Select **New** to create a new service connection.&#x20;

Complete the dialogue box as follows, and then click **Ok**:

1. Tick the 'Ignore axis orientation' box,&#x20;
2. enter a name, ie. 'Antarctica and Southern Ocean' and&#x20;
3. enter the following url into the URL box:

{% code overflow="wrap" %}

```html
https://tiles.arcgis.com/tiles/tPxy1hrFDhJfZ0Mf/arcgis/rest/services/Antarctica_and_the_Southern_Ocean/MapServer/wmts
```

{% endcode %}

<figure><img src="/files/9KORBf6sqbIFxMPKkS1u" alt=""><figcaption><p>Connection details dialogue box</p></figcaption></figure>

Click **Connect**. Once the service has connected, select the Antarctica and Southern Ocean layer and click **Add.**

<figure><img src="/files/h9bGcLQrkgTgO3Y5biQu" alt=""><figcaption><p>Once you connect to the service, the layer will appear in this list to select and add to your QGIS project</p></figcaption></figure>

**Close the Data Source Manager window**, and the basemap will be loaded in to use within the project.

<figure><img src="/files/miAkXUdZIyIDGbVpg7qh" alt=""><figcaption></figcaption></figure>


---

# 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/using-mapping-data-services/bas-mapping-services/antarctica-and-southern-ocean-basemap-for-desktop-gis.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.
