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
}
cloudFreeLand
geoMaps {
shortName
url
classes
hexColorCodes
}
ndviAverage
statistics {
index
min
max
avg
mdn
var
std
}
recomendedForMutliYearAnalytics
}
}
}
}Last updated
Was this helpful?