6. Query: Get "ZonesMaps"

Get "ZonesMaps" for the "Field".

Request

query GetZonesMaps {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      vectorAnalysisMaps (vectorAnalysisMapUuids: ["<placeholder_of_vectoranalusismap_uuid>"])  {
        uuid
        fieldUuid
        name
        type
        numberOfZones
        zonesMapUrl
        parameters {
          pixelSize
          numberOfZones
          index
        }
        geoMaps {
          url
          shortName
          fullName
          description
        }
      }
    }
  }
}

Response

Metadata

Response contains the JSON below.

Zone Statistics and Geometries

Details about Zone Statistics and Geometries are in zonesMapUrl .

The sample of Statistics from properties is below.

WMS Visualization

Visualizations are in geoMaps as WMS. How to use WMS rendering described HERE and HERE.

Last updated

Was this helpful?