> 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/produktfuhrung-web-app/einrichtung-von-betrieb-benutzern-und-zugriffsrechten/eine-schlaggrenze-hochladen.md).

# Eine Schlaggrenze hochladen

Eine Schlaggrenzen-Datei in GeoPard importieren, um mit Analysen und Feldarbeiten zu beginnen.

Falls Sie eine Shapefile Ihrer Feldfläche(n) haben, können Sie diese über den Tab „Hochladen“ hochladen.

Beachten Sie, dass es einige Einschränkungen gibt:

* Es werden nur WGS84-Shape-Dateien (EPSG:4326) unterstützt
* 5 MB ist die maximale Dateigröße
* 1236 ac/500 ha ist die maximale Schlagfläche
* Jede Shapefile wird als ein einzelnes Feld behandelt
* Beschriftungen werden aus der .dbf-Datei erstellt

<figure><img src="https://lh4.googleusercontent.com/g-BePhVXD8vnFEBjTC-40DQxVj6kqUsSDCI8lIozDHg19Fhv5hOu9pVhfHpjRhA4k-6S8pK3YemOa7GhUl5ZkXx9PkoJx_C_k99Xcz9sLMz7aXEnCdEIkyCRIfiDk6Ocap5W1JfK" alt=""><figcaption></figcaption></figure>

1. Zu hochladenden Betrieb auswählen
2. Klicken Sie auf die **Durchsuchen** Schaltfläche und wählen Sie eine Datei von Ihrem Computer aus.
3. Klicken Sie auf die **Hochladen** Schaltfläche.
4. Anschließend prüft die Anwendung, ob die Datei die Anforderungen erfüllt, und speichert das Feld.

<figure><img src="https://lh6.googleusercontent.com/KRj9zcB08BXcSfaY4DV3jdMVxbVQNEcJVvEMIwLIb1ytnjEoZ35qxhHFso_NLWM_hohe7PQ3EedeYqvFJFEBZeb9pg98H_-DNCyvOZ9c17EakhGxGThO1dqgr8QAllzi0HCVYK0v" alt=""><figcaption></figcaption></figure>

\
Warten Sie auf den Bestätigungsdialog, um zu sehen, dass die Schlaggrenze erfolgreich hochgeladen wurde:

<figure><img src="https://lh3.googleusercontent.com/nlGv5apThqj41M-5fW0GUe2Nntju-RKcuAaGH-UwwzxoeIHRoCoghIcBPq-HtkTgrQOIUAGtayx13Qt8Vh-sGLmkpm2d7PQLpZxUeRXKP2iAaRYEeQbAGyXfIgqYhgtfKaXaFfx_" alt=""><figcaption></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/produktfuhrung-web-app/einrichtung-von-betrieb-benutzern-und-zugriffsrechten/eine-schlaggrenze-hochladen.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.
