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

72. Query: obține date grilate ca GeoJSON sau GeoTIFF

Interogare pentru obținerea datelor pe grilă din seturile de date precum "FieldSatelliteImage", "TopographyMap", "SoilDataset", "YieldDataset", "AsAppliedDataset", "VectorAnalysisMap" ca GEOJSON cu puncte sau GEOTIFF.

GEOTIFF și GEOJSON sunt disponibile ca formate.

interogare GetRawVectorDataFromSatelliteImage {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
    uuid
    nume
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      nume
      satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
        uuid
        sourceDataUrl(format: GEOTIFF)
      }
    }
  }
}

Ultima actualizare

A fost util?