72. クエリ:格子データをGeoJSONまたはGeoTIFFとして取得

"FieldSatelliteImage"、"TopographyMap"、"SoilDataset"、"YieldDataset"、"AsAppliedDataset"、"VectorAnalysisMap" のようなデータセットから格子化されたデータを取得するためのクエリとして GEOJSON ポイント付きまたは GEOTIFF.

triangle-exclamation

GEOTIFFGEOJSON として利用可能です フォーマット.

triangle-exclamation
query GetRawVectorDataFromSatelliteImage {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
    uuid
    名前
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      名前
      satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
        uuid
        sourceDataUrl(形式: GEOTIFF)
      }
    }
  }
}

最終更新

役に立ちましたか?