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
    назва
    тип
    geoMaps {
      url
      classes
      hexColorCodes
    }
  }
}

Останнє оновлення

Це було корисно?