# QGIS: CSV को SHP में बदलें

यह ट्यूटोरियल CSV को SHP (शेपफ़ाइल) में बदलने में मदद करता है। नीचे इसे करने के चरण दिए गए हैं, उपयोग करके [QGIS](https://www.qgis.org/en/site/) डेस्कटॉप सॉफ़्टवेयर।

**महत्वपूर्ण**: CSV फ़ॉर्मैट के डेटा में होना चाहिए `देशांतर` और `अक्षांश` कॉलम, ताकि सही जियोरेफ़रेंस मैपिंग की जा सके।

**चरण 1**: "Layer" >> "Add Layer" >> "Add Delimited Text Layer" का उपयोग करके आयात प्रक्रिया शुरू करें।

<figure><img src="/files/9aa83c3b3a718f68fb5095f391700ecac20f1ead" alt=""><figcaption></figcaption></figure>

**चरण 2**: आयात पैरामीटर सेट करें और "Add" बटन पर क्लिक करें।

1. CSV फ़ाइल का पथ निर्धारित करें
2. कॉलम सेपरेटर जांचें, यह कॉमा होना चाहिए।
3. पहली पंक्ति जांचें। आमतौर पर इसमें गुणों के नाम होते हैं। इसे पार्सिंग से बाहर रखना होगा।
4. Latitude (X) और Longitude (Y) डेटा वाले डेटासेट कॉलम चुनें।
5. Coordinate Reference System सेट करें। आमतौर पर ESPG:4326 का उपयोग किया जाता है।

<figure><img src="/files/ca48e251428d0cdad2c28b3d42ca8728f275741b" alt=""><figcaption></figcaption></figure>

इसके बाद अपेक्षित परिणाम **चरण 2** इस तरह दिखता है

<figure><img src="/files/2ecb9044aafc1b089263dc79a92d2a48b88180eb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/b09eebb97f7dc5bf3a744e3ba9d56b8796e1b3e4" alt=""><figcaption></figcaption></figure>

**चरण 3**: "Right Mouse Button" क्लिक >> "Export" >> "Save Features As ..." के जरिए एक्सपोर्ट प्रक्रिया शुरू करें

<figure><img src="/files/0e53fd089502bb6153c828684dbc47c47d37506c" alt=""><figcaption></figcaption></figure>

**चरण 4**: सही एक्सपोर्ट विकल्प सेट करें और "Ok" पर क्लिक करें।

1. एक्सपोर्ट की गई शेपफ़ाइल का पथ सेट करें।
2. Coordinate Reference System (CRS) को ESPG:4326 पर सेट करें, जिसे GeoPard स्वीकार करता है।

<figure><img src="/files/66049244daecfcb3742f1d267a9034ae5bc51483" alt=""><figcaption></figcaption></figure>


---

# 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-csv-shp.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.
