> For the complete documentation index, see [llms.txt](https://docs.os.uk/os-downloads/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/os-downloads/products/areas-and-zones-portfolio/os-open-built-up-areas/os-open-built-up-areas-technical-specification/methodology.md).

# Methodology

## Methodology <a href="#id-1.4-methodology" id="id-1.4-methodology"></a>

The OS Open Built Up Areas dataset is created by following the methodology detailed below:

{% stepper %}
{% step %}

### **Identify built-up cells**

25m by 25m cells are flagged as built up based on the proportion of the cell that is classified as Building, Road, Residential Garden, Made Surface, or built-up types of Land Use Site.
{% endstep %}

{% step %}

### **Assign names to each cell**

Each cell is assigned a name from the Settlement Named Area dataset.
{% endstep %}

{% step %}

### Create initial built-up area polygons

The following rules are used to create the intitial polygons:

* Adjacent, identically-named 25m x 25m cells are merged together.
* Adjacent built-up areas that are not Cities or Towns are merged together.
* Smaller built-up areas are merged into nearby larger built-up areas.
  {% endstep %}

{% step %}

### Filter to create final geometry

* Built-up areas >=200 000m2 are retained and become Built Up Extents.
* Built Up Areas and Non Built Up Extents are then generated from the Built Up Extents.
  {% endstep %}

{% step %}

### **Refine names**

The name or names of the most significant constituent settlements are applied to Built Up Areas that are not Cities or Towns. The following rules are used to refine settlement names:

* If two or more Built Up Areas have the same name, the name of the lowest-tier local authority in which the Built Up Area is located is appended in brackets.
* If two or more Built Up Areas have the same name within a single local authority, the name of the parish in which the Built Up Areas is located is appended in brackets.
* If two or more Built Up Areas have the same name within a single parish, the name of the nearest Built Up Area is appended in brackets.
  {% endstep %}

{% step %}

### **Assign GSS codes**

GSS codes, supplied by ONS (for England and Wales) and Scottish Government, are applied to the three feature types.
{% endstep %}
{% endstepper %}


---

# 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/os-downloads/products/areas-and-zones-portfolio/os-open-built-up-areas/os-open-built-up-areas-technical-specification/methodology.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.
