> 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/de/produkttour-web-app/daten-der-prazisionslandwirtschaft-importieren/proprietare-maschinenformate.md).

# Proprietäre Maschinenformate

Um Dateien in proprietären Maschinenformaten hochzuladen, wählen Sie die **Daten importieren** Menü und den **Dateien hochladen** Eintrag. Wählen Sie dann **Maschinenformate**.

Beachten Sie, dass es einige Einschränkungen gibt:

* GeoPard unterstützt proprietäre Maschinenformate von John Deere, CNH, Climate, Precision Planting und IsoXML.
* Zu den unterstützten Formaten gehören: \*.adm, \*.jdl, \*.fdd, \*.fld, \*.fmd, \*.dat, \*.2020, \*.cn1, \*.xml, \*.bin usw.

  [Lesen Sie mehr über die Datenkompatibilität von GeoPard Import & Export.](https://geopard.tech/data-compatibility/)
* Maximale Größe - 100 MB.
* GeoPard parst das Archiv automatisch in die dedizierten Operation-Datensätze und verknüpft sie mit den zugehörigen Feldgrenzen.

<figure><img src="/files/b416e009f11be190c82c349d42c6fa63621e5fda" alt=""><figcaption><p>Proprietäre Maschinendateien hochladen</p></figcaption></figure>

1. Wählen Sie den Betrieb aus, in den Sie Daten hochladen möchten. Klicken Sie auf **Ausgebracht/Ausgesät** Tab.
2. Sie können einzelne oder mehrere Applikationsdatensätze per Drag-and-drop in das Panel ziehen oder auf **Durchsuchen** Schaltfläche klicken und einen Datensatz von Ihrem Computer auswählen.
3. Klicken Sie auf **Hochladen** die Schaltfläche klicken. Anschließend prüft die Anwendung, ob die Datei die Anforderungen erfüllt, und speichert die Daten.

Warten Sie auf den Bestätigungsdialog, um zu sehen, dass der Datensatz erfolgreich hochgeladen wurde:

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

Die geparsten Datensätze sind im Baum in den zugehörigen Bereichen für weitere Interaktionen verfügbar.

<figure><img src="/files/77fd3c825790d0c1f3cb6d2a673a89c439f6ad1f" alt=""><figcaption><p>Ertragsdatensatz, geparst aus dem DAT-Format</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/de/produkttour-web-app/daten-der-prazisionslandwirtschaft-importieren/proprietare-maschinenformate.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.
