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

9. Mutation: "ZonesMap"’i eşzamansız oluştur

"Field" için "ZonesMap" oluştur eşzamansız olarak.

Eşzamansız yaklaşım bir görevi (Generate generateVectorAnalysisMap) işlemek üzere koyar ve işleme tamamlandığında Abonelik alınacaktır.

mutation GenerateZonesMapAsync {
  generateVectorAnalysisMapAsync(input: {
    fieldUuid: "<placeholder_of_field_uuid>"
    satelliteImageUuids: [
      "<placeholder_of_satelliteimage_uuid_1>",
      "<placeholder_of_satelliteimage_uuid_2>",
      "<placeholder_of_satelliteimage_uuid_3>"
    ]
    index: NDVI
    numberOfZones :7
    name: "3 Years 2017-2019 (API)"
  }) {    
    uuid 
    fieldUuid
    statusCode  
  }
}

Son güncelleme

Bu yararlı oldu mu?