80. Interogare: Obțineți datele originale
1. Exemplu pentru SoilDataset
interogare GetOriginalDataOfSoilDataset {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
soilDatasets(soilDatasetUuids: ["<placeholder_of_dataset_uuid>"]) {
uuid
originDataUrl(format: GEOJSON)
}
}
}
}2. Exemplu pentru YieldDataset
3. Exemplu pentru AsAppliedDataset
4. Descărcați fișierul generat
Previous79. Interogare: Găsiți „Farms” după „externalKey”Next81. Interogare: Obțineți GeoJSON pentru „EquationMap”
Last updated
Was this helpful?