48. Query: Get Gridded Data from "TopographyMap"
1. Request a file to export
query GetGriddedDataFromTopographyMap {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
topographyMaps(topographyMapUuids: ["<placeholder_of_topography_uuid>"]) {
uuid
sourceDataUrl(format: GEOJSON buffer: PlusTwoPixels)
}
}
}
}2. Download the generated file
Last updated
Was this helpful?