> 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/diagrame-cu-fluxuri-de-baza/3.-obtineti-imagini-satelitare.md).

# 3. Obțineți imagini satelitare

Diagrama de mai jos arată cum să preiei Imagini satelitare istorice și să le primești pe cele nou achiziționate pe măsură ce devin disponibile în GeoPard.

GeoPard acceptă mai mulți furnizori, inclusiv Sentinel-2, Landsat 4/5/7/8/9 și Planet. Poți prelua Imagini satelitare cu interogări generice, cum ar fi `getFarms` și `getFields`, cu datele relevante localizate în entitatea Field ([Cererea 1 sau R1](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/3.-interogare-obtineti-satelliteimages.md)). Consumatorii API pot filtra Imaginile satelitare după intervalul de dată, furnizor, procentul de acoperire cu nori și tipurile de hartă geospațială randate.

Pentru a rămâne la curent cu Imaginile satelitare nou achiziționate și procesate, API-ul GeoPard trimite evenimente de abonare prin WebSocket ([Cererea 2 sau R2](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/1.-abonament-obtineti-evenimente.md)). Când primești un `MODIFY` eveniment pentru o Imagine satelitară pe câmpul relevant, acea imagine este pregătită pentru colectare din API-ul GeoPard după UUID-ul său ([Cererea 3 sau R3](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/4.-interogare-obtineti-satelliteimage-definit.md)).

Această arhitectură bazată pe evenimente asigură că clienții API sunt notificați prompt și pot accesa cea mai recentă Imagine satelitară imediat ce este procesată și disponibilă.

<figure><img src="/files/8800ce65c4511b4f5e344ff4d2d8fa201532461e" alt=""><figcaption><p>Diagramă de secvență: Obține Imagini satelitare istorice și nou achiziționate</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/diagrame-cu-fluxuri-de-baza/3.-obtineti-imagini-satelitare.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.
