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

Create alternate means of passing plot name forward #82

Closed Chris-Schnaufer closed 4 years ago

Chris-Schnaufer commented 5 years ago

Task to do The current method of passing along plot names is to use Dataset naming conventions. Adding the plot name to metadata is a better way of making the name available

Reason The current way of using a name to hold the plot name is problematic and can cause problems. By moving to a metadata based approach the plot name is isolated and can be accurately determined

Result A consistent and stable way of specifying plot name helps stabilize extractors

dlebauer commented 4 years ago

How does this integrate with plot names and boundaries in BETYdb? Once plot boundaries are specified, they should be kept through the season by default, though in some cases (e.g. if some plants do not germinate) the defined plot boundaries will not be the same as those used for plot clipping.

One piece of QA/QC in a report that would be nice to have is a low res full field map with plot polygons and polygons used to clip overlaid (and perhaps named or numbered?)

Chris-Schnaufer commented 4 years ago

Closing as no longer relevant given Makeflow based pipeline