72. استعلام: الحصول على بيانات الشبكة كـ GeoJSON أو GeoTIFF
query GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
الاسم
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
الاسم
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
uuid
sourceDataUrl(التنسيق: GEOTIFF)
}
}
}
}Previous71. طفرية: توليد أرشيف مضغوط يحتوي على "الملاحظات"Next73. استعلام: الحصول على بيانات الشبكة مع البافر المحدد
Last updated
Was this helpful?