48. Forespørgsel: Hent gitterdata fra "TopographyMap"
1. Anmod om en fil til eksport
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 den genererede fil
Previous47. Forespørgsel: Hent "ZonesMaps"Next49. Forespørgsel: Hent gitterdata fra "FieldSatelliteImage"
Last updated
Was this helpful?