> 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/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/3.-poluchavane-na-satelitni-izobrazheniya.md).

# 3. Получаване на сателитни изображения

Диаграмата по-долу показва как да извлечете исторически сателитни изображения и да получавате новопридобитите, когато станат налични в GeoPard.

GeoPard поддържа няколко доставчика, включително Sentinel-2, Landsat 4/5/7/8/9 и Planet. Можете да извличате сателитни изображения с общи заявки, като например `getFarms` и `getFields`, като съответните данни се намират в обекта Field ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/3.-zayavka-poluchavane-na-satelliteimages.md)). Потребителите на API могат да филтрират сателитните изображения по дата, доставчик, процент облачна покривка и типове визуализирана геокарта.

За да сте в крак с новопридобитите и обработени сателитни изображения, GeoPard API изпраща събития за абонамент чрез WebSocket ([Заявка 2 или R2](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/1.-abonament-poluchavane-na-sbitiya.md)). Когато получите `MODIFY` събитие за сателитно изображение за съответното поле, това изображение е готово за извличане от GeoPard API по своя UUID ([Заявка 3 или R3](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/4.-zayavka-poluchavane-na-definirano-satelliteimage.md)).

Тази архитектура, основана на събития, гарантира, че клиентите на API са своевременно уведомени и могат да получат достъп до най-новото сателитно изображение веднага щом то бъде обработено и стане налично.

<figure><img src="/files/742f915f12a78ac68d534727ab3f087dcded8a8d" alt=""><figcaption><p>Диаграма на последователността: Получаване на исторически и новопридобити сателитни изображения</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/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/3.-poluchavane-na-satelitni-izobrazheniya.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.
