> 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/pl/dokumentacja-api/diagramy-z-podstawowymi-przeplywami/3.-pobierz-obrazy-satelitarne.md).

# 3. Pobierz obrazy satelitarne

Poniższy diagram pokazuje, jak pobrać historyczne obrazy satelitarne i otrzymywać nowo pozyskane, gdy tylko staną się dostępne w GeoPard.

GeoPard obsługuje kilku dostawców, w tym Sentinel-2, Landsat 4/5/7/8/9 oraz Planet. Obrazy satelitarne można pobierać za pomocą ogólnych zapytań, takich jak `getFarms` jak i `getFields`, przy czym odpowiednie dane znajdują się w encji Field ([Żądanie 1 lub R1](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/3.-zapytanie-pobierz-satelliteimages.md)). Odbiorcy API mogą filtrować obrazy satelitarne według zakresu dat, dostawcy, procentu zachmurzenia oraz renderowanych typów map geo.

Aby być na bieżąco z nowo pozyskanymi i przetworzonymi obrazami satelitarnymi, API GeoPard wysyła zdarzenia subskrypcji przez WebSocket ([Żądanie 2 lub R2](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/1.-subskrypcja-pobierz-zdarzenia.md)). Gdy otrzymasz `MODIFY` zdarzenie dla obrazu satelitarnego dotyczącego odpowiedniego pola, ten obraz jest gotowy do pobrania z API GeoPard po jego UUID ([Żądanie 3 lub R3](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/4.-zapytanie-pobierz-zdefiniowany-satelliteimage.md)).

Taka architektura oparta na zdarzeniach zapewnia, że klienci API są szybko powiadamiani i mogą uzyskać dostęp do najnowszego obrazu satelitarnego natychmiast po jego przetworzeniu i udostępnieniu.

<figure><img src="/files/12e2b8a2504317aa3df173bc08dfc6c952ec871d" alt=""><figcaption><p>Diagram sekwencji: pobieranie historycznych i nowo pozyskanych obrazów satelitarnych</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/pl/dokumentacja-api/diagramy-z-podstawowymi-przeplywami/3.-pobierz-obrazy-satelitarne.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.
