For the complete documentation index, see llms.txt. This page is also available as Markdown.

72. Sorgu: Izgaralı Veriyi GeoJSON veya GeoTIFF olarak al

"FieldSatelliteImage", "TopographyMap", "SoilDataset", "YieldDataset", "AsAppliedDataset", "VectorAnalysisMap" gibi veri setlerinden ızgaralı (gridded) veri almak için sorgu olarak GEOJSON noktalar ile veya GEOTIFF.

GEOTIFF ve GEOJSON olarak kullanılabilir formatlar.

query GetRawVectorDataFromSatelliteImage {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
    uuid
    isim
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      isim
      satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
        uuid
        sourceDataUrl(format: GEOTIFF)
      }
    }
  }
}

Son güncelleme

Bu yararlı oldu mu?