> 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/es/exportar-datos/geodinml-export.md).

# Exportar GeoDinML

**GeoDinML** es el formato de intercambio de datos estructurados de GeoDin. Es el puente entre GeoDin Onsite (campo) y GeoDin (oficina), y también es la forma de enviar una Lista centralizada de Proyecto a los usuarios de campo.

Esta página cubre el **Exportar** lado - generando archivos GeoDinML desde Desktop y Onsite. Para qué hacer con el archivo Sobre, en el Fin receptor, el flujo de ida y vuelta, y qué formularios de Onsite pueden producir GeoDinML, vea [GeoDinML Importar](/geodin-desktop/es/importar-datos/geodin-ml-import.md).

## Exportar desde GeoDin

Desde Desktop puedes Exportar GeoDinML en dos niveles de granularidad:

* **Exportar Proyecto Completo** - cada Localización, con o Sin Muestras y Datos de mediciones.
* **Exportar solo la Lista de Proyecto** - un Archivo de "No Muestras, Sin otros datos, solo Localización" usado para enviar metadatos de Proyecto a Onsite.

Ambos pasan por el punto de Ingreso de Exportar Texto estándar en Desktop.

## Exportar desde GeoDin Onsite

GeoDin Onsite produce GeoDinML a Nivel de formulario. Dos Acciones relevantes:

* **Exportar a GeoDin** (o **Publicar**) - escribe un Archivo GeoDinML que contiene los datos del formulario Actual.
* **Publicar como Completo** - escribe el conjunto Completo de entregables (`.GDOF`, PDF, GeoDinML, AGS) al Directorio de entrega compartido configurado.

Para las restricciones a Nivel de formulario (qué formularios producen GeoDinML, cuáles producen solo PDF, el Texto estándar E2 temporalmente Bloqueado), vea [GeoDinML Importar - Qué formularios de Onsite producen GeoDinML](/geodin-desktop/es/importar-datos/geodin-ml-import.md#which-onsite-forms-produce-geodinml).

## Integración basada en Archivos a Onsite

GeoDinML es la única forma sin servidor de enviar una Lista de Proyecto desde Desktop a usuarios de campo: una persona, de forma centralizada, realiza la Exportar de la Lista de Proyecto, comparte el Archivo (p. ej. a través de un Directorio en la nube), y Todo usuario de campo ve los mismos Proyectos canónicos.


---

# 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/es/exportar-datos/geodinml-export.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.
