59. Fråga: Hämta "AsAppliedDatasets"
Hämta As-Planted eller As-Applied-dataset
query GetAsAppliedDatasetsViaGetFarms {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
namn
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
asAppliedDatasets {
uuid
namn
number #totalt antal geofunktioner
geometryType
totalCoveredArea(unit: HECTARES)
fieldCoverage
fieldCoveredArea(unit: HECTARES)
attributes
fullAttributes { #kompletta detaljer per attribut
name #länk till statistik >> attribut
transliteratedName
fullName #korrekt människoläsbart namn
unit#mätenheter
}
usedMachines { #använda maskiner
id
serial
operatorId
}
createdDate #entitetens skapandedatum och tid i GeoPard
updatedDate #senaste uppdateringsdatum och tid
operationId
operationType
operationFileDate #filens skapelsedatum och tid kommer från metainformationen
operationStartDate #start av operationen kommer från metainformationen
statistics { #statistikfördelning för varje attribut
attribute
min
max
avg
mdn
var
std
sum
}
geoMaps {
url
kortNamn
hexColorCodes
classes
}
}
}
}
}Previous58. Fråga: Hämta "Photos" kopplade till "Comments"Next60. Mutation: Generera As-Applied-baserad "ZonesMap" asynkront
Last updated
Was this helpful?