# 3. 衛星画像を取得

下の図は、GeoPard で利用可能になり次第、過去の衛星画像を取得し、新たに取得された画像を受け取る方法を示しています。

GeoPard は、Sentinel-2、Landsat 4/5/7/8/9、Planet など、複数のプロバイダーをサポートしています。次のような汎用クエリを使って衛星画像を取得できます `getFarms` と `getFields`、関連データは Field エンティティ（[リクエスト 1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/3-kueri-satelliteimageswo.md)）にあります。API 利用者は、日付範囲、プロバイダー、雲量の割合、描画された地図タイプで衛星画像を絞り込めます。

新たに取得・処理された衛星画像を常に最新の状態で受け取るために、GeoPard API は WebSocket（[リクエスト 2 または R2](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/1-sabusukuripushon-ibentowo.md)）を通じてサブスクリプションイベントを送信します。 `MODIFY` 関連する圃場の衛星画像に対するイベントを受信したら、その画像は UUID（[リクエスト 3 または R3](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/4-kueri-minosatelliteimagewo.md)).

）で GeoPard API から取得できる状態になっています。このイベント駆動アーキテクチャにより、API 利用者には速やかに通知が届き、処理と利用可能化が完了し次第、最新の衛星画像にアクセスできます。

<figure><img src="/files/ad1dd9357e44d9695460f9ec9e86d0cbfc4046f3" 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/jpn/apidokyumento/furno/3-wo.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.
