> 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/pt/integracoes-e-plug-ins/introduction/convert-gint-databases-to-geodinml.md).

# Converter Banco de dados gINT ao/à GeoDinML

## Introdução

Este tutorial irá guiá-lo através do processo de conversão de ficheiros de Banco de dados gINT para GeoDinML. O conversor gINT irá Converter os grupos **Projeto:**, **Litologia**, **Ponto**, e **Amostragem** para o Formato GeoDinML. Se algum grupo ou parâmetro estiver em falta, devem ser feitos ajustes ao ficheiro de Banco de dados gINT antes da Conversão.

## Processo de Conversão

* Abrir o conversor gINT
* Escolha o seu Banco de dados gINT. Pode ser um Banco de dados gINT (.gpj) ou um Banco de dados MS Access (.mdb ou .accdb)

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

* O processo de Conversão começará automaticamente. O conversor gINT irá Converter os grupos **Projeto:**, **Litologia**, **Ponto**, e **Amostragem** para o Formato GeoDinML.

<figure><img src="/files/4de545c0be6f72245627d9fdb2ddd11cb4f6265d" alt=""><figcaption></figcaption></figure>

* Quando a Conversão estiver concluída, guarde o Ficheiro GeoDinML na Localização desejada

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

## Resolução de problemas

Se o Banco de dados gINT carregado não corresponder ao esquema de mapeamento, o conversor gINT fornecerá Informação indicando quais os grupos obrigatórios ou parâmetros em falta.

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

Pode então ajustar as tabelas e os parâmetros correspondentes dentro do ficheiro de Banco de dados gINT, seja diretamente no gINT ou renomeando a extensão do Ficheiro para `.mdb` ou `.accdb` e fazendo as Mudanças necessárias no Microsoft Access.

<figure><img src="/files/65e3995bebba9ccd67f9cdc69f1b4796a86dcbf9" alt=""><figcaption></figcaption></figure>

## Grupos e Parâmetro obrigatórios

Os seguintes grupos e parâmetros gINT são obrigatórios para a Conversão:

| **Gropo**      | **Parâmetro**                      |
| -------------- | ---------------------------------- |
| **Projeto:**   | Nome                               |
|                | Gestor                             |
|                | Cidade                             |
|                | País                               |
|                | Localização                        |
|                | Número                             |
|                | Unidades\_de\_Entrada              |
| **Ponto**      | ID\_Ponto                          |
|                | Nome\_Curto                        |
|                | Este                               |
|                | Norte                              |
|                | Sistema\_de\_Coordenadas           |
|                | Profundidade\_do\_Furo             |
|                | Diâmetro\_do\_Furo                 |
|                | Elevação                           |
|                | Empresa\_de\_Furação               |
|                | Sondador                           |
|                | Iniciar\_Data                      |
|                | Fim\_Data                          |
|                | Método\_de\_Furação                |
|                | Típo\_de\_Equipamento\_de\_Furação |
|                | Registador                         |
|                | Localização                        |
|                | Água\_Inicial                      |
|                | Água\_Líquida                      |
|                | Água\_Estática                     |
|                | CPT\_Rácio\_de\_Área               |
|                | CPT\_Ficheiro                      |
|                | CPT\_Diretório                     |
|                | Expl\_Diretório                    |
|                | Número\_da\_Estação                |
| **Litologia**  | ID\_Ponto                          |
|                | Denominação\_do\_Material          |
|                | Gráfico\_do\_Material              |
|                | Profundidade                       |
|                | Fundo\_da\_Camada                  |
|                | Comentário                         |
|                | Típo\_de\_Linha                    |
|                | Denominações\_adicionais           |
| **Amostragem** | ID\_Ponto                          |
|                | Exemplo\_Número                    |
|                | Profundidade                       |
|                | Profundidade\_do\_Fundo            |
|                | Comprimento\_Recuperado            |
|                | Comprimento\_Impulsionado          |
|                | Exemplo\_Típo                      |
|                | Exemplo\_Diâmetro                  |


---

# 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/pt/integracoes-e-plug-ins/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.
