17. Fråga: Hämta "SoilDatasets"
query GetSoilDatasetsViaGetFarms {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
soilDatasets {
uuid
name #mönster "<OperationType> <YYYY-mm-DD>"
operationId #om finns
number #totalt antal geofunktioner
geometryType
totalCoveredArea(unit: HECTARES)
fieldCoverage
fieldCoveredArea(unit: HECTARES)
fullAttributes { #kompletta detaljer per attribut
name #länk till statistik >> attribut
transliteratedName
fullName #om finns
unit #om finns
}
createdDate #entitetens skapandedatum och tid i GeoPard
updatedDate #senaste uppdateringsdatum och tid
operationType
operationId
operationFileDate #filens skapandedatum och tid
operationStartDate #operationens start
statistics { #statistikfördelning för varje jordattribut
attribute
min
max
avg
mdn
var
std
sum
}
geoMaps {
url
kortNamn
hexColorCodes
classes
}
}
}
}
}Previous16. Fråga: Hämta skörde-datasetNext18. Mutation: Generera zip-arkiv med "ZonesMap" och "Field"
Last updated
Was this helpful?