48. Sorgu: "TopographyMap" den Izgaralanmış Veriyi al
1. Dışa aktarmak için bir dosya isteyin
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. Oluşturulan dosyayı indirin
Last updated
Was this helpful?