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

5. Запит: отримати "RasterMaps"

Отримати "RasterMaps" для "Field".

query GetRasterMaps {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
    uuid
    назва
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      farmUuid
      назва
      boundaryUrl
      rasterAnalysisMaps (rasterAnalysisMapUuids: ["<placeholder_of_rasteranalysismap_uuid>"])  {
        uuid
        fieldUuid
        назва
        parameters {
          pixelSize
          index
        }
        geoMaps {
          url
          shortName
          fullName
          опис
        }
      }
    }
  }
}

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

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