> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/datenexport/daten-exportieren/geopackage-datenbank.md).

# GeoPackage-Datenbank

*Menü Datei / Daten exportieren / GeoPackage-Datenbank*

<figure><img src="/files/yPc4mFVXaPGkeCz22fKS" alt=""><figcaption></figcaption></figure>

## Infos zum GeoPackage

Bei einem GeoPackage handelt es sich um eine Datenbank (SQL Light Datenbank) mit Punkten, Linien, Flächen, vergleichbar mit einem MapPackage aus mehreren Shapes (mpk). Im Gegensatz zu einem MapPackage sind in einem GeoPackage auch Bögen möglich. Für die Darstellung wird eine QLR genutzt.&#x20;

Der Export des GeoPackage erfolgt ohne die QLR Darstellungsdatei. Wird die exportierte Datei in einem GIS geöffnet, wird für die Darstellung die im Programm bereits vorhandene QLR genutzt.&#x20;

Es werden nur die Frox Objekte exportiert. Importierte Daten wie z.B. DXF oder Shape werden nicht exportiert.

Die ausgegebene Datei kann in verschiedenen GIS Systemen wie zum Beispiel QGIS, Genius oder Smallworld geöffnet werden.

## Durchführung des Exports

Es öffnet sich ein Fenster, in dem der Zielordner ausgewählt wird.

<figure><img src="/files/hJCSkvVIZt4T35LBRDKA" alt=""><figcaption></figcaption></figure>

Während dem Export wird ein Protokoll geschrieben, das auch gespeichert werden kann.

<figure><img src="/files/ljxC4xQXSb6xXihXSqSF" alt=""><figcaption></figcaption></figure>

Die Datei wird im ausgewählten Ordner abgelegt.

<figure><img src="/files/NAQVShdtHe8vhSMUp3dW" alt=""><figcaption></figcaption></figure>

## Nutzung eines GeoPackage in QGIS

Ein aus FX Survey exportiertes GeoPackage kann zum Beispiel von QGIS importiert werden. Da es sich bei QGIS um eine freie Software handelt, kann QGIS als kostenloser Viewer für FX Survey Projekte genutzt werden.&#x20;

Das GeoPackage kann einfach mit der Maus in die Oberfläche von QGIS gezogen werden, um das Projekt zu öffnen. Die einzelnen Layer können ein- oder ausgeblendet werden. Es werden dabei alle Objekte inklusive ihrer Attribute übernommen.

<figure><img src="/files/C8GPXJhPUOsm6nSHvU25" alt=""><figcaption></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://survey.fmpx.docs.frox-it.de/datenexport/daten-exportieren/geopackage-datenbank.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.
