> 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/in/gis/qgis-3.md).

# QGIS: बहु-खेत शेपफ़ाइलों को बाँटें

अगर एक shapefile में कई खेत के बहुभुज हों, तो import करने से पहले उसे split कर दें। GeoPard हर shapefile में एक ही खेत की सीमा import करता है। यह QGIS workflow आपको जल्दी साफ़ files तैयार करने और import की दिक्कतें बचाने में मदद करता है।

### शुरू करने से पहले

* पक्का करें कि layer में field का unique नाम या ID हो।
* पहले से एक खाली output folder बना लें।
* हटा दें `/`, `\`, और field names से इसी तरह के special characters हटाएँ।

### QGIS में multi-field shapefile को split करें

#### 1. QGIS में shapefile खोलें

Source shapefile को QGIS में खोलें। पक्का करें कि इसमें कई field polygons हैं।

<figure><img src="https://lh5.googleusercontent.com/G8ooE_FarMCXvt6CjpvfwgRIiIwLVcSki84FFUiBelII7dZVLJHPN2K_Dj4As-VZNXYsut1q2JGtYEir3GCVfWqwKe4UAI9r9OcIM87jOkDRfiGes_wmD6zTmUyZpUZXgkQBUaW8RCsdaUKY18kaVQ" alt=""><figcaption><p>कई polygons वाली शुरुआती field boundary layer।</p></figcaption></figure>

#### 2. Split tool खोलें

Layer options खोलें और चुनें **Split vector layer**.

<figure><img src="https://lh4.googleusercontent.com/g5B3A43gGlRbUBv2hkAt8xVT7UXzLvj06KB99R471uQQAIZLdoHFPmopQfz9ntwflEEN70DDUuMp7LQGqPocfzkBWbVc27Fm3pPCu2kWhbfnaG54TKGKmj4gKJw7sA10NKJf6ezJ62JVLtMlpSAl1Q" alt=""><figcaption><p>Split workflow खोलें।</p></figcaption></figure>

#### 3. Layer, attribute, और output folder चुनें

सेट करें:

1. वह layer जिसे split करना है।
2. हर field के लिए एक unique attribute।
3. Output directory।

<figure><img src="https://lh3.googleusercontent.com/oWwaxwcCPhOp6kIlpDM4z0CK_J_Q6QGCoIdXhr-vMrpQrf_HOLT5ZfHYExEk7J0QIYdPKunOdhe14S9Ay_-FtwGnTnq19GdtnWC4cUcEhEOXIGj7vZdZPsCovszX0sVdz1bF-yraci-5g09ZNJRocw" alt=""><figcaption><p>Source layer और split attribute चुनें।</p></figcaption></figure>

#### 4. Output format सेट करें

चुनें **ESRI Shapefile** को output format के रूप में।

<figure><img src="https://lh6.googleusercontent.com/tDOJ7vPBHqCy8peu5Xb97FkYz43HZXnniWwYj6-UXcaMyJaEvuWqx6ew40n9OvXM9OGrPGof0rWasEcgQFjh9SEakNXKW4K4n3Ei56B6jwttr_NW30naaD4OYNJERbQeqeX7bE4JJNd_HwYlgdKIqg" alt=""><figcaption><p>Output folder और shapefile format सेट करें।</p></figcaption></figure>

#### 5. Split चलाएँ

क्लिक करें **Run**. QGIS हर polygon के लिए एक file बनाता है। हर polygon अलग field boundary shapefile बन जाता है।

#### 6. Convert करें `.gpkg` files को `.shp` में, अगर ज़रूरत हो

कुछ QGIS setup पहले `.gpkg` files बनाते हैं। अगर ऐसा हो, तो हर file खोलें और उसे फिर से इस रूप में save करें **ESRI Shapefile**.

1. Layer पर right-click करें।
2. चुनें **Export** → **Save Features As**.
3. चुनें **ESRI Shapefile**.
4. File name और location सेट करें।
5. ज़रूरत हो तो अनचाहे attributes हटा दें।

### नतीजा

अब आपके पास हर field के लिए एक shapefile है। हर file GeoPard में field boundary upload के लिए तैयार है। इससे setup time बचता है और बेकार की import rework कम होती है।

### संबंधित QGIS guides

* [QGIS: CSV को SHP में convert करें](/geopard-tutorials/in/gis/qgis-csv-shp.md)
* [QGIS: Shapefile को reproject करें](/geopard-tutorials/in/gis/qgis-4.md)


---

# 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/in/gis/qgis-3.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.
