53. Query: Get Gridded Data from "AsAppliedDataset"
1. Request a file to export
query GetGriddedDataFromAsAppliedDataset {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
asAppliedDatasets(asAppliedDatasetUuids: ["<placeholder_of_dataset_uuid>"]) {
uuid
sourceDataUrl(format: GEOJSON buffer: PlusTwoPixels)
}
}
}
}2. Download the generated file
Previous52. Query: Get Gridded Data from "SoilDataset"Next54. Query: Get Vector Data from "SoilDataset"
Last updated
Was this helpful?