terraref / drone-pipeline

Generalizing the TERRA REF pipelines for processing data from UAV's
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Kelly process drone images for irrigation prediction metrics #33

Closed Chris-Schnaufer closed 4 years ago

Chris-Schnaufer commented 5 years ago

Who is the user Kelly is an irrigation analyst that flies drones to determine how well plants are growing with his water regimen at various times over the growing season. Averages approximately 7 flights per season.

What is the user doing After the drone photo capture, each image has its ground control points identified by hand, then OpenDroneMap is used to create a mosaic, finally each plot has its greenness calculated to determine how well the water regimen is taking effect.

The problem Kelly's work computer runs OpenDroneMap to create the mosaic image. This can take until the next day to finish and takes over his machine potentially throttling throughput.

The solution Provide a means to load the captured images and the ground control point file to be processed by OpenDroneMap at a computing center to provide faster turnaround times and free his machine.

1) Upload drone data and control points to a secure environment
2) Automatically perform the following steps
    a) Create a mosaic image using OpenDroneMaps
    b) Provide a location for storing the resulting image for later downloading

Additional Desired Steps 1) Automatically extract plots from the mosaic image 2) Calculate the greenness per plot using Kelly's algorithm 3) Provide automated ground control point detection

Additional Benefits

Chris-Schnaufer commented 4 years ago

Closing as no longer relevant