> 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/it/tour-del-prodotto-web-app/esporta-scarica/esporta-note-di-scouting-come-shapefile.md).

# Esporta note di scouting come Shapefile

GeoPard consente di esportare in batch le note di scouting tramite l’interfaccia utente in formato shapefile.

### Opzione 1: esportazione shapefile

Puoi scaricare le note di scouting da **Esportazione** nel menu a sinistra: [app.geopard.tech/#/export](http://app.geopard.tech/#/export)\ <br>

![Scarica i punti di scouting tramite la pagina Esportazione](https://mail.google.com/mail/u/0?ui=2\&ik=53255fd02d\&attid=0.1\&permmsgid=msg-a:r3523420283203690248\&th=1919575a7ee0690b\&view=fimg\&fur=ip\&sz=s0-l75-ft\&attbid=ANGjdJ97DpJzU_jkMvtUT4BoPi8rVh-RRMv8mioLU8RoyTXggaEhowWe86gCoZKsmLKYjvW5nhZ80lwdHeKYKPVyijusvcfIZr27-4wjkg4jsoCvnqmfzn6Nx878rIo\&disp=emb\&realattid=ii_m0culs5f1)

Il file ZIP scaricato contiene uno o più shapefile, con un file SHP per ogni layer di scouting.

<figure><img src="/files/3faf7fbc30333f84f09fd63ea7fa6ecbea5a29f8" alt=""><figcaption><p>File ZIP: shapefile per campo con punti di scouting/campionamento</p></figcaption></figure>

Lo shapefile appare così in QGIS:

<figure><img src="/files/6c563beff633aa395f5c6b1b6573902684192933" alt=""><figcaption><p>Punti di scouting GeoPard scaricati e visualizzati in QGIS</p></figcaption></figure>

### Opzione 2: copia le coordinate del punto di scouting dal controllo mappa

<figure><img src="/files/c5c589ffb85748e3e85d1d5faf1d8ab3235ddd2b" alt=""><figcaption><p>Opzione 2: copia le coordinate del punto sulla mappa</p></figcaption></figure>

### Opzione 3: esportazione API

[Esporta i punti di scouting](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/71.-mutation-genera-un-archivio-zip-con-note.md) tramite l’API di GeoPard.


---

# 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/it/tour-del-prodotto-web-app/esporta-scarica/esporta-note-di-scouting-come-shapefile.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.
