> For the complete documentation index, see [llms.txt](https://docs.os.uk/more-than-maps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.os.uk/more-than-maps/data-demonstrators/topography-demonstrators/os-ngd-buildings/building-access-feature-type.md).

# Building Access Feature Type

## What are the layers in OS NGD Buildings?

There are four feature types in the OS NGD Buildings theme. The first two have the same geometry as their equivalent features in OS MasterMap Topography Layer but all with new OS NGD attribution and are covered in the [Building Part Feature Type](/more-than-maps/data-demonstrators/topography-demonstrators/os-ngd-buildings/building-part-and-building-line-feature-types.md) section. The third, added in September 2023, is comprised of merged [Building ](/more-than-maps/data-demonstrators/topography-demonstrators/os-ngd-buildings/building-feature-type.md)Part features. The fourth, added in March 2025, is newly captured data about access points to certain key public buildings.

{% tabs %}
{% tab title="Building" %}

<figure><img src="/files/NY7fcIyqqoXP7qpwzf9W" alt="Image showing Building features in central Cardiff"><figcaption><p>Building</p></figcaption></figure>

Polygon features representing either a complete separate building or a larger building where internal divisions have been dissolved to leave single feature. such as with a hospital or school.
{% endtab %}

{% tab title="Building Part" %}

<figure><img src="/files/viGYx9KPNaaoJBF5ORER" alt="Image showing Building Part features in central Cardiff"><figcaption><p>Building Part</p></figcaption></figure>

Polygon features representing either a complete separate building or part of a larger building where internal divisions exist from ground to roof level and can be identified externally. Examples include a multi-storey car park, castle or a residential property.
{% endtab %}

{% tab title="Building Line" %}

<figure><img src="/files/hHBJETeghqFU6h9S7cJQ" alt="Image showing Building Line features in central Cardiff"><figcaption><p>Building Line</p></figcaption></figure>

A feature which has a line geometry a represents a wall between two buildings, internal building division or an overhanging building edge.
{% endtab %}

{% tab title="Building Access Point" %}

<figure><img src="/files/Fybq0pMRH1DHaTRfrcPs" alt="Image showing Building Access Point features in central Cardiff"><figcaption><p>Building Access Point</p></figcaption></figure>

Access point to an entrance to a major public building (shopping centre, sports stadium, etc.), including attribution as to the type of access.
{% endtab %}
{% endtabs %}

## What formats does the OS NGD Building data come in?

The OS NGD Buildings data comes in two formats, CSV and GeoPackage (GPKG)

* The GeoPackage format comes ready to load into the GIS package of the users choice with different gpkg files for each layer.
* The CSV format is more suited for loading into a database. It has all of the same layers in csv format and all the same attribution as the GeoPackage, however instead of storing the geometry in a GIS-ready format, it is stored as a LINESTRING (Building Line), or POLYGON (Building Part/ Building) attribute with all of the vertices stored as co-ordinate pairs in the text file.

## ​What are Building Access Locations?

These are a new feature type within OS NGD Buildings that have been added in March 2025.​

Building Access Locations are points identified by OS where vehicles, pedestrians, or both can enter and/or leave a building.​

The data has been derived through field capture by OS Field Surveyors. and is based on externally identifiable access locations.​

They are captured for the following buildings:

* Hospitals
* Railway Stations
* Major Transport Interchanges (airports, ferry terminals etc.)​
* Stadiums and Sports Arenas (>5000 capacity)​
* Shopping Centres (>50 retail units)
* Conference Centres (>500 capacity)​
* Concert Venues (>1000 people)​

<figure><img src="/files/uH0asKuDFJrknxFqXGdk" alt="Image showing the different types of access location for a Football Stadium"><figcaption></figcaption></figure>

## Building Access Point Attribution

* ‘access\_mode’ defines the mode of transport that can use the access location. The values are ‘Pedestrian’, ‘Vehicular’, and ‘Pedestrian And Vehicular’
* ‘access\_purpose’ defines the main function of the access location in normal circumstances. The values are ‘Emergency’, ‘Primary Public’, ‘Private’ and ‘Public’.
* ‘access\_obstruction’ indicates whether there is a possible accessibility obstruction to the access location. The attribute can include a combination of ‘No Obstruction’, ‘Other Obstruction’, ‘Ramp’ and ‘Step’.
* ‘access\_level’ is an indicator of the access location relative to the surface. The values are ‘Above Surface Level’, ‘Below Surface Level’ and ‘Surface Level’.
* ‘accessedbuildingid’ is a reference to the unique itendifier of the building that the access location is referring to.

<figure><img src="/files/KwVLXYrqwkg6u7e0yGKQ" alt="Image of Building Access Points themed by Access Purpose" width="375"><figcaption><p>Building Access Point styled by Access Purpose</p></figcaption></figure>

***

Links that may be useful:

{% embed url="<https://osngd.gitbook.io/osngd/>" %}

{% embed url="<https://osdatahub.os.uk/>" %}

{% embed url="<https://www.ordnancesurvey.co.uk/products/os-select-build>" %}

This content has been developed from what was originally a Lightning Talk PowerPoint slide set. These slides are available to PSGA members to view and download from the [PSGA members area of the OS website](https://auth.ordnancesurvey.co.uk/my.policy)


---

# 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://docs.os.uk/more-than-maps/data-demonstrators/topography-demonstrators/os-ngd-buildings/building-access-feature-type.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.
