powered by
This function will calculate the flight parameters by providing the camera settings target flight height or gsd, front and side overlap.
flight.parameters( height = NA, gsd = NA, focal.length35 = 20, image.width.px = 4000, image.height.px = 3000, side.overlap = 0.8, front.overlap = 0.8, flight.speed.kmh = 54 )
target flight height, default NA
target ground resolution in centimeters, must provide either `gsd` or `height`
numeric. Camera focal length 35mm equivalent, default 20
numeric. Image width in pixels, default 4000
numeric. Image height in pixels, default 3000
desired width overlap between photos, default 0.8
desired height overlap between photos, default 0.8
flight speed in km/h, default 54.
# NOT RUN { params = flight.parameters( gsd = 4, side.overlap = 0.8, front.overlap = 0.8, flight.speed.kmh = 54 ) # }
Run the code above in your browser using DataLab