> 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/lva/gis-isie-padomi/qgis-konvertet-csv-uz-shp.md).

# QGIS: konvertēt CSV uz SHP

Šī pamācība palīdz pārvērst CSV par SHP (shapefile). Tālāk ir norādītas darbības, kā to izdarīt, izmantojot [QGIS](https://www.qgis.org/en/site/) darbvirsmas programmatūru.

**SVARĪGI**: CSV formāta datiem ir jāietver `garums` un `platums` kolonnas, lai izveidotu pareizu ģeoreferencēto kartējumu.

**1. SOLIS**: Sāciet importēšanas procesu, izmantojot "Layer" >> "Add Layer" >> "Add Delimited Text Layer".

<figure><img src="/files/96f5b23fd261ba6f34b92e4c6e4cbce14dc6d733" alt=""><figcaption></figcaption></figure>

**2. SOLIS**: Konfigurējiet importēšanas parametrus un noklikšķiniet uz pogas "Add".

1. Norādiet CSV faila ceļu
2. Pārbaudiet kolonnas atdalītāju; tam jābūt komatam.
3. Pārbaudiet pirmo rindu. Parasti tajā ir atribūtu nosaukumi. Tā ir jāizslēdz no parsēšanas.
4. Atlasiet datu kopas kolonnas ar platuma (X) un garuma (Y) datiem.
5. Iestatiet koordinātu atskaites sistēmu. Parasti tiek izmantots ESPG:4326.

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

Sagaidāmais rezultāts pēc **2. SOLIS** izskatās šādi

<figure><img src="/files/8d24ab01145c5cfdf7b2257fd01d273b61e747f6" alt=""><figcaption></figcaption></figure>

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

**3. SOLIS**: Aktivizējiet eksportēšanas plūsmu, ar labo peles pogu noklikšķinot >> "Export" >> "Save Features As ..."

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

**4. SOLIS**: Konfigurējiet pareizās eksportēšanas opcijas un noklikšķiniet uz "Ok".

1. Norādiet eksportētā shapefile ceļu.
2. Iestatiet koordinātu atskaites sistēmu (CRS) uz ESPG:4326, ko atbalsta GeoPard.

<figure><img src="/files/88eaf9759f2f16c80c89769f94a4603cab572ff5" 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/lva/gis-isie-padomi/qgis-konvertet-csv-uz-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.
