# QGIS: मल्टी-फ़ील्ड Shapefiles को विभाजित करें

अगर एक 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-shapefile-reproject.md)


---

# Agent Instructions: 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:

```
GET https://docs.geopard.tech/geopard-tutorials/in/gis/qgis-shapefiles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
