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

7. Мутация: Генериране на „ZonesMap“

Генерирайте "ZonesMap" за "Field".

Времето за изпълнение е различно (от 4 сек до 5 мин), зависи от броя на изображенията и площта на полето за обработка, а абонаментът ще бъде получен след успешно генериране на "ZonesMap".

mutation GenerateZonesMap {
  generateVectorAnalysisMap(input: {
    fieldUuid: "<placeholder_of_field_uuid>"
    satelliteImageUuids: [
      "<placeholder_of_satelliteimage_uuid_1>",
      "<placeholder_of_satelliteimage_uuid_2>"
    ]
    numberOfZones: 6
    index: EVI2
  }) {
    uuid
    fieldUuid
    name
    тип
    geoMaps {
      url
      classes
      hexColorCodes
    }
  }
}

Последна актуализация

Беше ли полезно?