# 3. الحصول على صور الأقمار الصناعية

يوضح الرسم أدناه كيفية جلب صور الأقمار الصناعية التاريخية واستلام الصور المكتسبة حديثًا فور توفرها في GeoPard.

يدعم GeoPard عدة مزودين، بما في ذلك Sentinel-2 وLandsat 4/5/7/8/9 وPlanet. يمكنك جلب صور الأقمار الصناعية باستعلامات عامة مثل `getFarms` و `getFields`، مع وجود البيانات ذات الصلة في كيان الحقل ([الطلب 1 أو R1](/geopard-tutorials/ar/mstndat-wajhh-brmjh-alttbyqat/nzrh-aamh-ala-tlbat-wajhh-brmjh-ttbyqat-geopard/3.-alastalam-alhswl-ala-swr-alaqmar-alsnaayh.md)). يمكن لمستهلكي واجهة برمجة التطبيقات تصفية صور الأقمار الصناعية حسب نطاق التاريخ، والمزوّد، ونسبة الغطاء السحابي، وأنواع الخرائط الجغرافية المعروضة.

للبقاء على اطلاع على صور الأقمار الصناعية المكتسبة والمعالجة حديثًا، يرسل GeoPard API أحداث الاشتراك عبر WebSocket ([الطلب 2 أو R2](/geopard-tutorials/ar/mstndat-wajhh-brmjh-alttbyqat/nzrh-aamh-ala-tlbat-wajhh-brmjh-ttbyqat-geopard/1.-alashtrak-alhswl-ala-alahdath.md)). عندما تتلقى `MODIFY` حدثًا لصورة قمر صناعي في الحقل المعني، تكون تلك الصورة جاهزة للجلب من GeoPard API عبر UUID الخاص بها ([الطلب 3 أو R3](/geopard-tutorials/ar/mstndat-wajhh-brmjh-alttbyqat/nzrh-aamh-ala-tlbat-wajhh-brmjh-ttbyqat-geopard/4.-alastalam-alhswl-ala-satelliteimage-almhddh.md)).

تضمن هذه البنية المعتمدة على الأحداث إبلاغ عملاء API في الوقت المناسب، وتمكنهم من الوصول إلى أحدث صورة قمر صناعي بمجرد معالجتها وتوفرها.

<figure><img src="/files/70fc37956a2199d46d58e7653ef9c196e243b6e2" alt=""><figcaption><p>مخطط تسلسلي: جلب صور الأقمار الصناعية التاريخية والمكتسبة حديثًا</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.geopard.tech/geopard-tutorials/ar/mstndat-wajhh-brmjh-alttbyqat/mkhttat-ma-altdfqat-alasasyh/3.-alhswl-ala-swr-alaqmar-alsnaayh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
