8. Mutation: Generera "RasterMap"
mutation GenerateRasterMap {
generateRasterAnalysisMap(input: {
fieldUuid: "<placeholder_of_field_uuid>"
satelliteImageUuids: [
"<placeholder_of_satelliteimage_uuid_1>",
"<platshållare_för_satellitbild_uuid_2>"
]
index: NDVI
}) {
uuid
fieldUuid
namn
centroid {
latitud
longitud
}
boundingBox
geoMaps {
kortNamn
fullständigtNamn
url
classes
hexColorCodes
}
status
}
}Last updated
Was this helpful?