17. Query: Ottieni "SoilDatasets"
query GetSoilDatasetsViaGetFarms {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
soilDatasets {
uuid
name #pattern "<OperationType> <YYYY-mm-DD>"
operationId #se esiste
number #numero totale di geofeature
geometryType
totalCoveredArea(unit: HECTARES)
fieldCoverage
fieldCoveredArea(unit: HECTARES)
fullAttributes { #dettagli completi per attributo
name #collegamento a statistiche >> attributo
transliteratedName
fullName #se esiste
unit #se esiste
}
createdDate #data e ora di creazione dell'entità in GeoPard
updatedDate #data e ora dell'ultimo aggiornamento
operationType
operationId
operationFileDate #data e ora di creazione del file
operationStartDate #inizio dell'operazione
statistics { #distribuzione delle statistiche per ogni attributo del suolo
attribute
min
max
avg
mdn
var
std
sum
}
geoMaps {
url
shortName
hexColorCodes
classes
}
}
}
}
}Precedente16. Query: Ottieni YieldDatasetsSuccessivo18. Mutation: Genera archivio zip con "ZonesMap" e "Field"
Ultimo aggiornamento
È stato utile?