73. Query: Obtener datos en cuadrícula con el buffer seleccionado
query GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
name
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
name
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
sourceDataUrl(format: GEOJSON buffer: PlusTwoPixels)
}
}
}
}Anterior72. Query: Obtener datos en cuadrícula como GeoJSON o GeoTIFFSiguiente74. Mutation: Verificar "Equation"
Última actualización
¿Te fue útil?