> 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/fr/integrations-et-modules-externes/introduction/convert-gint-databases-to-geodinml.md).

# Convertir gINT Base de données sur GeoDinML

## Introduction

Ce tutoriel vous guidera à travers le processus de conversion des fichiers de base de données gINT en GeoDinML. Le convertisseur gINT convertira les groupes **PROJET**, **LITHOLOGIE**, **POINT**, et **Echantillonnage** dans le Format de papier GeoDinML. Si N'importe quels groupes ou Paramètres sont manquants, des ajustements doivent être effectués dans le fichier de Base de données gINT avant la conversion.

## Processus de conversion

* Ouvert le convertisseur gINT
* Choisissez votre Base de données gINT. Elle peut être soit une Base de données gINT (.gpj), OU une Base de données Access (.mdb ou .accdb)

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

* Le Processus de conversion commencera automatiquement. Le convertisseur gINT va Convertir les groupes **PROJET**, **LITHOLOGIE**, **POINT**, et **Echantillonnage** dans le format GeoDinML.

<figure><img src="/files/9e2504b56bc7a40cdbba6fee4b6729899edcb1e1" alt=""><figcaption></figcaption></figure>

* Une fois la conversion terminée, Sauvegarder le Fichier GeoDinML sur l'Emplacement souhaité

<figure><img src="/files/806b7d01ce733a12b6e6b5bb864c0c12d7c0e9e8" alt=""><figcaption></figcaption></figure>

## Dépannage

Si la Base de données gINT téléchargée ne correspond pas au schéma de mappage, le convertisseur gINT fournira des informations indiquant quels groupes obligatoires ou Paramètres sont manquants.

<figure><img src="/files/25847cd7d64504b9f5f5042997e1e5716167b4ae" alt=""><figcaption></figcaption></figure>

Vous pouvez ensuite ajuster les Tableaux et Paramètres correspondants dans le fichier de Base de données gINT soit directement dans gINT, soit en renommant l'extension du fichier sur `.mdb` OU `.accdb` et en apportant les Changements nécessaires dans Microsoft Access.

<figure><img src="/files/8a6fa6d059bbd759ab4cafe47fa647df4d069389" alt=""><figcaption></figcaption></figure>

## Groupes obligatoires et Paramètres

Les groupes gINT et Paramètres suivants sont obligatoires pour la conversion :

| **Groupe**          | **Paramètres**                   |
| ------------------- | -------------------------------- |
| **PROJET**          | Nom                              |
|                     | Gestionnaire                     |
|                     | Ville                            |
|                     | Pays                             |
|                     | Emplacement                      |
|                     | Nombre                           |
|                     | Unités d’entrée                  |
| **POINT**           | ID du point                      |
|                     | Nom abrégé                       |
|                     | Est                              |
|                     | Nord                             |
|                     | Système de coordonnées           |
|                     | Profondeur du trou               |
|                     | Diamètre du trou                 |
|                     | Élévation                        |
|                     | Compagnie de forage              |
|                     | Foreur                           |
|                     | Date de démarrage                |
|                     | Date de fin                      |
|                     | Méthode\_de\_forage              |
|                     | Type\_de\_plateforme\_de\_forage |
|                     | Journal                          |
|                     | Emplacement                      |
|                     | Eau\_initiale                    |
|                     | Eau\_liquide                     |
|                     | Eau\_statique                    |
|                     | CPT\_ratio\_de\_surface          |
|                     | CPT\_Fichier                     |
|                     | Répertoire\_CPT                  |
|                     | Répertoire\_d\_exploration       |
|                     | Station\_Nombre                  |
| **LITHOLOGIE**      | ID du point                      |
|                     | Matériau\_Description            |
|                     | Matériau\_Graphique              |
|                     | Profondeur                       |
|                     | Couche\_Bas                      |
|                     | Commentaire                      |
|                     | Ligne\_Type                      |
|                     | additionnel\_Descriptions        |
| **Echantillonnage** | ID du point                      |
|                     | Echantillon\_Nombre              |
|                     | Profondeur                       |
|                     | Bas\_Profondeur                  |
|                     | Récupéré\_Longueur               |
|                     | Enfoncé\_Longueur                |
|                     | Echantillon\_Type                |
|                     | Echantillon\_Diamètre            |


---

# 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/fr/integrations-et-modules-externes/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.
