72. Interogare: Obține date grilă ca GeoJSON sau GeoTIFF
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)
}
}
}
}Previous71. Mutatie: Generează o arhivă zip cu "Notes"Next73. Interogare: Obține date grilă cu bufferul selectat
Last updated
Was this helpful?