> For the complete documentation index, see [llms.txt](https://docs.geodin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodin.com/geodin-desktop/de/integrationen-and-plug-einfg/introduction/convert-gint-databases-to-geodinml.md).

# Konvertieren gINT Datenbank zu GeoDinML

## Einführung

Dieses Tutorial führt Sie durch den Prozess der Konvertierung von gINT-Datenbankdateien in GeoDinML. Der gINT-Konverter konvertiert die Gruppen **PROJEKT**, **LITHOLOGIE**, **PUNKT**, und **PROBENAHME** in das GeoDinML-Papierformat. Wenn Gruppen oder Parameter fehlen, müssen vor der Konvertierung Anpassungen an der gINT-Datenbankdatei vorgenommen werden.

## Konvertierung Prozess

* Den gINT-Konverter Öffnen
* Wählen Sie Ihre gINT-Datenbank aus. Sie kann entweder eine gINT-Datenbank (.gpj) oder eine Microsoft Access-Datenbank (.mdb oder .accdb) sein

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

* Der Konvertierung Prozess beginnt automatisch. Der gINT-Konverter konvertiert die Gruppen **PROJEKT**, **LITHOLOGIE**, **PUNKT**, und **PROBENAHME** in das GeoDinML-Papierformat.

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

* Sobald die Konvertierung abgeschlossen ist, Speichern Sie die GeoDinML-Datei am gewünschten Standort

<figure><img src="/files/606fc845c977b5fef5c67df892ab53bf1369f0d9" alt=""><figcaption></figcaption></figure>

## Fehlerbehebung

Wenn die hochgeladene gINT-Datenbank nicht mit dem Zuordnungsschema übereinstimmt, stellt der gINT-Konverter Informationen bereit, aus denen hervorgeht, welche obligatorischen Gruppen oder Parameter fehlen.

<figure><img src="/files/7f27df7da8f7ac091e612acd812f1d8565eb56c7" alt=""><figcaption></figcaption></figure>

Anschließend können Sie die entsprechenden Tabellen und Parameter innerhalb der gINT-Datenbankdatei entweder direkt in gINT anpassen oder durch Umbenennen der Dateierweiterung in `.mdb` ODER `.accdb` und durch Vornehmen der erforderlichen Änderungen in Microsoft Access.

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

## Obligatorische Gruppen und Parameter

Die folgenden gINT-Gruppen und Parameter sind für die Konvertierung obligatorisch:

| **Gruppe**     | **Parameter**             |
| -------------- | ------------------------- |
| **PROJEKT**    | Name                      |
|                | Manager                   |
|                | Stadt                     |
|                | Land                      |
|                | Standort                  |
|                | Zahl                      |
|                | Eingabe\_Einheiten        |
| **PUNKT**      | PunktID                   |
|                | Kurzname                  |
|                | Ost                       |
|                | Nord                      |
|                | KoordSys                  |
|                | BohrlochTiefe             |
|                | Bohrloch\_Durchmesser     |
|                | Höhe                      |
|                | Bohrunternehmen           |
|                | Bohrmeister               |
|                | Start\_Datum              |
|                | Ende\_Datum               |
|                | Bohrverfahren             |
|                | BohrgerätArt              |
|                | Protokollführer           |
|                | Standort                  |
|                | Wasser\_Initial           |
|                | Wasser\_Flüssig           |
|                | Wasser\_Statisch          |
|                | CPT\_Flächenverhältnis    |
|                | CPT\_Datei                |
|                | CPT\_Verz                 |
|                | Expl\_Verz                |
|                | Station\_Zahl             |
| **LITHOLOGIE** | PunktID                   |
|                | Material\_Bezeichnung     |
|                | Material\_Grafik          |
|                | Tiefe                     |
|                | Schicht\_Unteres          |
|                | Kommentar                 |
|                | Linie\_Art                |
|                | Zusätzlich\_Bezeichnungen |
| **PROBENAHME** | PunktID                   |
|                | Beispiel\_Zahl            |
|                | Tiefe                     |
|                | Unteres\_Tiefe            |
|                | Gewonnene\_Länge          |
|                | Eingetriebene\_Länge      |
|                | Beispiel\_Art             |
|                | Beispiel\_Durchmesser     |


---

# 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.geodin.com/geodin-desktop/de/integrationen-and-plug-einfg/introduction/convert-gint-databases-to-geodinml.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.
