> 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/getting-started/downloading-with-os-select+build/getting-started-with-geopackage/fme.md).

# FME

FME is a data integration platform which can read the GeoPackage format and be used to convert and transform the data into other formats or databases. The below example shows how to read a GeoPackage into an FME workbench.

## Requirements

* FME Desktop
* An FME license
* A GeoPackage dataset

## Instructions

{% stepper %}
{% step %}
In the FME top ribbon, click the *Add Reader* button

<figure><img src="/files/c4lc9aTMfKu6BVx5XPCj" alt="Screenshot of the FME Add Reader button."><figcaption><p>FME Add Reader button.</p></figcaption></figure>

A dialog box will appear.
{% endstep %}

{% step %}

### Select OGC GeoPackage in the Format dropdown and click the three dots button next to the Dataset box to specify which GeoPackage you want to read

The Coordinate System should also be set appropriately.

<figure><img src="/files/ZIOLmVzUsa0lhYsDgfKc" alt="Screenshot showing the FME Add Reader dialog. "><figcaption><p>FME Add Reader dialog. </p></figcaption></figure>
{% endstep %}

{% step %}

### Click Parameters in the Add Reader dialog box

Another dialog box will appear to specify OGC GeoPackage Parameters. &#x20;

<figure><img src="/files/MRj9nJOsxlECCHAfHDel" alt="Screenshot showing the FME OGC GeoPackage Parameters dialog."><figcaption><p>FME OGC GeoPackage Parameters dialog.</p></figcaption></figure>

Here, specific layers within the GeoPackage can be selected, rather than importing the entire file. Additionally, the Search Envelope can be used to clip the GeoPackage to an extent.
{% endstep %}

{% step %}

### Select the layers to be added into the workbench

<figure><img src="/files/DlYW5ZqFpfl6FchZSqBz" alt="Screenshot showing the FME GeoPackage Select Tables dialog."><figcaption><p>FME GeoPackage Select Tables dialog.</p></figcaption></figure>

Click OK when the required themes / layers have been selected.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
An orange reader will appear which will display the name of the GeoPackage table that has been ‘read in’.

<img src="/files/4TRhj0PtkpdK1keLuE7v" alt="FME result showing dataset has been read in" data-size="original">
{% 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/osngd/getting-started/downloading-with-os-select+build/getting-started-with-geopackage/fme.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.
