> 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/a-guide-to-coordinate-systems-in-great-britain/from-one-coordinate-system-to-another-geodetic-transformations/approximate-wgs84-to-osgb36-odn-transformation.md).

# Approximate WGS84 to OSGB36/ODN transformation

The following Helmert parameters transform WGS84 (or ETRS89 or ITRS, the differences are negligible here) coordinates to ‘something like’ OSGB36 and ‘something like’ ODN heights. The error is up to 3.5 metres (95%) both horizontally and vertically. This transformation is for use with equation (3). Note the remarks made in the [Helmert datum transformations page](/more-than-maps/a-guide-to-coordinate-systems-in-great-britain/from-one-coordinate-system-to-another-geodetic-transformations/helmert-datum-transformations.md).

#### ETRS89 (WGS84) to OSGB36/ODN Helmert transformation parameters.

<table data-full-width="true"><thead><tr><th>tX(m)</th><th>tY(m)</th><th>tZ(m)</th><th width="127">s (ppm)</th><th>rX(sec)</th><th>rY(sec)</th><th>rZ(sec)</th></tr></thead><tbody><tr><td>- 446.448</td><td>+ 125.157</td><td>- 542.060</td><td>+ 20.4894</td><td>- 0.1502</td><td>- 0.2470</td><td>- 0.8421</td></tr></tbody></table>

{% hint style="info" %}
OSGB36 is an inhomogeneous TRF by modern standards. Do not use this transformation for applications requiring better than 3.5 metre (95%) accuracy in the transformation step, either vertically or horizontally. Do not use it for points outside Britain.
{% endhint %}

{% hint style="info" %}
OSGB36 does not exist offshore.
{% endhint %}


---

# 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/a-guide-to-coordinate-systems-in-great-britain/from-one-coordinate-system-to-another-geodetic-transformations/approximate-wgs84-to-osgb36-odn-transformation.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.
