72. Poizvedba: pridobi mrežne podatke kot GeoJSON ali GeoTIFF
query GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
ime
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
ime
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
uuid
sourceDataUrl(format: GEOTIFF)
}
}
}
}Previous71. Mutacija: generiraj zip arhiv z "Notes"Next73. Poizvedba: pridobi mrežne podatke z izbranim bufferjem
Last updated
Was this helpful?