> For the complete documentation index, see [llms.txt](https://docs.os.uk/osngd/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/osngd/using-os-ngd-data/os-ngd-land-cover-enhancements/introduction.md).

# Introduction

The land cover enhancements align the OS land cover classifications to European Nature Information System (EUNIS) and UK Biodiversity Action Plan (BAP) Broad Habitats classification scheme values and provide a percentage of each land cover classification. These enhancements apply to ‘natural’ topographic area features which exist across several OS NGD themes:

| OS NGD Theme      | Feature Type       |
| ----------------- | ------------------ |
| OS NGD Land       | Land               |
| OS NGD Structures | Structure          |
| OS NGD Transport  | Rail               |
| OS NGD Transport  | Road Track Or Path |
| OS NGD Water      | Water              |

<figure><img src="/files/gmkQcdFolcRrNIGFhKjv" alt="Example map showing Land Cover Enhancement features, including Land, Water, Structure, Rail and Road Track Or Path features."><figcaption><p>Example map showing Land Cover Enhancement features, including Land, Water, Structure, Rail and Road Track Or Path features.</p></figcaption></figure>

The feature’s OS Land Cover Tier B attribute is mapped to EUNIS and UK BAP Broad Habitats classification scheme values where the topographic area feature is ‘natural’, i.e. the [OS Land Cover Tier A](/osngd/code-lists/code-lists-overview/landcovertieravalue.md) attribute is one of ‘Excavated or Deposited’, ‘Open Vegetation’, ‘Mineral’, ‘Multiple’, ‘Trees’, ‘Under Construction’ or ‘Water’.

A percentage cover value is also assigned to the OS Land Cover Tier B attribute for those features above the Mean High Water (Springs) line. Water features are not given a percentage cover value.

The land cover enhancements are supplied in a new cross-reference table. See the [Habitat Coverage Reference table](/osngd/data-structure/land/land-features/land.md#habitat-coverage-reference) relating to the Land Feature Type.

The image below provides examples of these natural land cover features in the OS NGD:

<figure><img src="/files/PKyzyyGwe1WA2wKn3lkF" alt="Example map showing natural land cover features and attribution in OS NGD, including Land, Water, Structure, Rail and Road Track Or Path features."><figcaption><p>Example map showing natural land cover features and attribution in OS NGD, including Land, Water, Structure, and Rail and Road Track Or Path features.</p></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://docs.os.uk/osngd/using-os-ngd-data/os-ngd-land-cover-enhancements/introduction.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.
