> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/esp/tour-del-producto-aplicacion-web/importar-datos-de-agricultura-de-precision/formatos-propietarios-de-maquinaria.md).

# Formatos propietarios de maquinaria

Para cargar archivos en formatos propietarios de maquinaria, elija **Importar datos** menú y el **Cargar archivos** elemento. Luego seleccione **Formatos de maquinaria**.

Tenga en cuenta que existen algunas restricciones:

* GeoPard admite formatos propietarios de maquinaria de John Deere, CNH, Climate, Precision Planting e IsoXML.
* Entre los formatos compatibles: \*.adm, \*.jdl, \*.fdd, \*.fld, \*.fmd, \*.dat, \*.2020, \*.cn1, \*.xml, \*.bin, etc.

  [Lea más sobre la compatibilidad de datos de importación y exportación de GeoPard.](https://geopard.tech/data-compatibility/)
* Tamaño máximo: 100 MB.
* GeoPard analiza automáticamente el archivo comprimido en los Conjuntos de Datos de Operación dedicados y los vincula a los límites de Campo relacionados.

<figure><img src="/files/845cbd8c289597aae4df8e7526fff93db3450986" alt=""><figcaption><p>Cargar archivos propietarios de maquinaria</p></figcaption></figure>

1. Seleccione la Finca a la que desea cargar datos. Haga clic en **Aplicado / Plantado** pestaña.
2. Puede arrastrar y soltar conjuntos de datos aplicados de una sola vez o varios en el panel, o hacer clic en **Examinar** botón y seleccionar un conjunto de datos desde su computadora.
3. Haga clic en el botón **Cargar** el botón. Luego, la aplicación verificará que el archivo cumpla los requisitos y guardará los datos.

Espere el cuadro de diálogo de confirmación para ver que el conjunto de datos se cargó correctamente:

<figure><img src="https://lh4.googleusercontent.com/xoQ_v-Ze506YEJkMtaG_Hg1rih-yQwCPBpqwHyNMSELmDnSvLmf_YhGOH3wXpTZ6AjpW4uyXXK6JD_A-CIC1kf4awf1Gf_4lsQSvri-VYREeMynsdor4ZMoWWt5bTKVEOfaEQN5U" alt=""><figcaption></figcaption></figure>

Los conjuntos de datos analizados estarán disponibles en el árbol, en las secciones asociadas, para interacciones posteriores.

<figure><img src="/files/9fca3aa28dc83e2cd30d36dd86c0f66b73ad0f5d" alt=""><figcaption><p>Conjunto de datos de rendimiento analizado desde el formato DAT</p></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://docs.geopard.tech/geopard-tutorials/esp/tour-del-producto-aplicacion-web/importar-datos-de-agricultura-de-precision/formatos-propietarios-de-maquinaria.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.
