4. استعلام: الحصول على "صورة القمر الصناعي" المحددة
query GetFieldSatelliteImagesViaGetFarms {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
الاسم
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
الاسم
satelliteImages (satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid_1>", "<placeholder_of_satelliteimage_uuid_2>"]) {
satelliteImage {
uuid
acquisitionDate
provider
}
خالية_من_السحب
خرائط_جغرافية {
الاسم_القصير
رابط
classes
hexColorCodes
}
متوسط_ndvi
إحصاءات {
المؤشر
min
max
avg
mdn
var
std
}
موصى_به_لتحليلات_متعددة_السنوات
}
}
}
}Last updated
Was this helpful?