73. Query: Získat mřížková data s vybraným bufferem
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>"]) {
sourceDataUrl(format: GEOJSON buffer: PlusTwoPixels)
}
}
}
}Previous72. Query: Získat mřížková data jako GeoJSON nebo GeoTIFFNext74. Mutation: Ověřit "Equation"
Last updated
Was this helpful?