48. Interogare: Obține date grilă din "TopographyMap"
1. Solicitați un fișier pentru 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. Descărcați fișierul generat
Previous47. Interogare: Obține "ZonesMaps"Next49. Interogare: Obține date grilă din "FieldSatelliteImage"
Last updated
Was this helpful?