> 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/ro/documentatie-api/endpoint-uri-geo-pentru-acces-la-date-spatiale/wms-obtine-imagini-raster-ale-straturilor-de-date-spatiale/1.-lai.md).

# 1. LAI

{% hint style="info" %}
Capacitatea de a decupa precis imaginile din satelit după limita parcelei este menționată în [Exemplul Decupare Imagine Satelit pentru Câmp cu Limită de Parcela](/geopard-tutorials/ro/documentatie-api/endpoint-uri-geo-pentru-acces-la-date-spatiale/wms-obtine-imagini-raster-ale-straturilor-de-date-spatiale/16.-imagine-satelitara-decupata-dupa-conturul-parcelei.md).
{% endhint %}

Abordarea generică este descrisă mai jos.

Straturile de date legate de imaginile satelitare ale parcelei se află în `câmp` -> `atributul satelliteImages` -> `geoMaps` Fiecare `geoHartă` conține detalii complete despre acces `url`, codurile de culoare, clasele și denumirile de vizualizare.

### URL

[https://api.geopard.tech/geo/map?SERVICE=WMS\&VERSION=1.1.1\&REQUEST=GetMap\&FORMAT=image%2Fvnd.jpeg-png\&TRANSPARENT=true\&LAYERS=agri%3Asentinel2\&exceptions=application%2Fvnd.ogc.se\_inimage\&SRS=EPSG%3A900913\&STYLES=agri%3Alai\&WIDTH=512\&HEIGHT=512\&TIME=2019-06-28T18%3A40%3A21Z\&BBOX=-12639164.9769484%2C6652495.1748998%2C-12637882.8352729%2C6653777.4146086\&geopardApiKey=\<yuor\_geopard\_api\_key>](https://api.geopard.tech/geo/map?SERVICE=WMS\&VERSION=1.1.1\&REQUEST=GetMap\&FORMAT=image%2Fvnd.jpeg-png\&TRANSPARENT=true\&LAYERS=agri%3Asentinel2\&exceptions=application%2Fvnd.ogc.se_inimage\&SRS=EPSG%3A900913\&STYLES=agri%3Alai\&WIDTH=512\&HEIGHT=512\&TIME=2019-06-28T18%3A40%3A21Z\&BBOX=-12639164.9769484%2C6652495.1748998%2C-12637882.8352729%2C6653777.4146086\&geopardApiKey=<yuor_geopard_api_key>)

### Vizualizare

<figure><img src="https://lh4.googleusercontent.com/c_lPAObsRSjczLwEugO6BWCxfiXD0p342FYMi0l3wkZ2niEylJ9_-k0A_XH9r3ZPNo3SGPpMcJ5ZqiF-TDS4t4k29UIYeenW5J35wJ9NVEiwHkKYqOezlrn6s2xw0KcntOIFesxZQ7nZszJlKexG0w" alt=""><figcaption><p>Imagine Satelit LAI (necortată după limita parcelei)</p></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/ro/documentatie-api/endpoint-uri-geo-pentru-acces-la-date-spatiale/wms-obtine-imagini-raster-ale-straturilor-de-date-spatiale/1.-lai.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.
