72. Interogare: Obține date grilă 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.

triangle-exclamation

GEOTIFF și GEOJSON sunt disponibile ca formate.

triangle-exclamation
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)
      }
    }
  }
}

Last updated

Was this helpful?