UAV High-Throughput Phenotyping Database

From Poland Lab Wiki
Revision as of 10:12, 25 April 2018 by Mlucas (Talk | contribs)

Jump to: navigation, search

The UAV High-Throughput Phenotyping Database contains information about images collected by camera-equipped aerial platforms. There are two basic classes of information that are collected:

1. Flight metadata - Contains information about the date, time and location of each flight where image data is collected. 2. Image metadata - Contains inforamation about date, time and UAV position for each image collected during a flight.

The current database schema for UAV HTP data is shown in the figure below:

Uav htp.png

Example Queries

Flight Images Query

Select all image data records for a specific flight:

SELECT * FROM uas_images WHERE flight_id ='<flight_id from uas_run_new table> ';