> 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/gis-quick-hints/qgis-convert-csv-to-shp.md).

# QGIS: Convert CSV to SHP

The tutorial helps to convert CSV into SHP (shapefile). Below there are steps on how to do this using [QGIS](https://www.qgis.org/en/site/) desktop software.

**IMPORTANT**: The data in CSV format must contain `longitude` and `latitude` columns to make the proper georeference mapping.

**STEP 1**: Start the import process using "Layer" >> "Add Layer" >> "Add Delimited Text Layer".

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

**STEP 2**: Configure the import parameters and click the "Add" button.

1. Define the path to the CSV file
2. Check the column separator, should be a comma.
3. Check the first row. Usually, it contains the names of the attribute. It has to be excluded from the parsing.
4. Select the dataset columns with Latitude (X) and Longitude (Y) data.
5. Set the Coordinate Reference System. Usually, ESPG:4326 is used.

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

The expected result after **STEP 2** looks like

<figure><img src="/files/6Lf1i63WtBuoIBAVzKBL" alt=""><figcaption></figcaption></figure>

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

**STEP 3**: Trigger the export flow via "Right Mouse Button" click >> "Export" >> "Save Features As ..."

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

**STEP 4**: Configure the proper export options and click "Ok".

1. Set the exported shapefile path.
2. Set the Coordinate Reference System (CRS) to ESPG:4326, which is acceptable by GeoPard.

<figure><img src="/files/av6lSAfAoHJtYCiYXr7g" 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/gis-quick-hints/qgis-convert-csv-to-shp.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.
