72. Query: Získat mřížková data jako GeoJSON nebo GeoTIFF
dotaz GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
název
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
název
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
uuid
sourceDataUrl(format: GEOTIFF)
}
}
}
}Previous71. Mutation: Generovat zip archiv s "Notes"Next73. Query: Získat mřížková data s vybraným bufferem
Last updated
Was this helpful?