17. Query: Získat "SoilDatasets"
query GetSoilDatasetsViaGetFarms {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
soilDatasets {
uuid
name #vzor "<OperationType> <YYYY-mm-DD>"
operationId #pokud existuje
number #celkový počet geofeatures
geometryType
totalCoveredArea(unit: HECTARES)
fieldCoverage
fieldCoveredArea(unit: HECTARES)
fullAttributes { #úplné informace pro každý atribut
name #odkaz na statistiky >> atribut
transliteratedName
fullName #pokud existuje
unit #pokud existuje
}
createdDate #datum a čas vytvoření entity v GeoPard
updatedDate #datum a čas poslední aktualizace
operationType
operationId
operationFileDate #datum a čas vytvoření souboru
operationStartDate #začátek operace
statistics { #rozdělení statistik pro každý půdní atribut
attribute
min
max
avg
mdn
var
std
sum
}
geoMaps {
url
krátkýNázev
hexColorCodes
classes
}
}
}
}
}Previous16. Query: Získat datasety výnosuNext18. Mutation: Generovat zip archiv s "ZonesMap" a "Field"
Last updated
Was this helpful?