8. Mutasyon: "RasterMap" oluştur
mutation GenerateRasterMap {
generateRasterAnalysisMap(input: {
fieldUuid: "<placeholder_of_field_uuid>"
satelliteImageUuids: [
"<placeholder_of_satelliteimage_uuid_1>",
"<uydugörüntüsü_uuid_yer_tutucusu_2>"
]
index: NDVI
}) {
uuid
fieldUuid
isim
centroid {
latitude
longitude
}
boundingBox
geoHaritalar {
kısaAd
tamAd
url
classes
hexColorCodes
}
status
}
}Last updated
Was this helpful?