> 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/api-docs/geo-endpoints-for-spatial-data-access/wms-get-raster-pictures-of-spatial-data-layers/1.-lai.md).

# 1. LAI

{% hint style="info" %}
The ability to accurately crop satellite images by the field boundary is mentioned in the [Crop Satellite Image with Field Boundary example](/geopard-tutorials/api-docs/geo-endpoints-for-spatial-data-access/wms-get-raster-pictures-of-spatial-data-layers/16.-satellite-image-cropped-by-field-boundary.md).
{% endhint %}

The generic approach is described below.

Field satellite imagery-related data layers are located in the `field` -> `satelliteImages` -> `geoMaps` attribute. Every `geoMap` contains complete details about the access `url`, color codes, classes, and view names.

### 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>)

### Visualization

<figure><img src="https://lh4.googleusercontent.com/c_lPAObsRSjczLwEugO6BWCxfiXD0p342FYMi0l3wkZ2niEylJ9_-k0A_XH9r3ZPNo3SGPpMcJ5ZqiF-TDS4t4k29UIYeenW5J35wJ9NVEiwHkKYqOezlrn6s2xw0KcntOIFesxZQ7nZszJlKexG0w" alt=""><figcaption><p>LAI Satellite Image (not cropped by Field Boundary)</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/api-docs/geo-endpoints-for-spatial-data-access/wms-get-raster-pictures-of-spatial-data-layers/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.
