You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Experimental design for Sorghum trials is defined in this google spreadsheet
Next steps
Define intended plot layouts and plant locations on the gantry reference system (meters offset from [0,0]. We need:
plot and alley dimensions
row spacing
locations of the corner of the first plot and first plant in that plot
we can start with the experimental design (as opposed to what we can later observe as the actual locations) and update the layout as necessary
if we have information that may not be accurate that is okay - we can update it later. Best if we have an estimate of the scale of uncertainty (e.g. within X cm)? For plot boundaries a few cm should be sufficiently precise.
we can compare and update the information with observed positions of the plants and outputs of the precision planter
later we can convert the plot layouts into geospatial data. This requires lat/lon coordinates for [0,0]
Import the genotypes information into the TERRAREF/BETYdb cultivars table
Genotype information is stored in the "Source", "Common Name", and "Pedigree fields" of the 'Treatments'
Identify the unique identifier / 'primary key' for these. Pedigree information can be later imported to BMS, and the primary key can link from BETYdb to BMS.
Import traits from Treatments table (Which traits are useful?)
Which categorical variables can be converted to numeric values with date and location of observation?
for example, It would be preferable to store these as numeric values if possible. For example, instead of 'maturity group' we could store the phenological observations as boolean (0/1) This could be combined with date of planting or emergence to compute the number of days to any particular phenological stage and then the cutoffs could be defined (and altered if desired).
Where, when, and under what conditions was height measured?
import information from Experiments worksheet on google drive into experiments table in BETYdb
Detailed Description
The Experimental design for Sorghum trials is defined in this google spreadsheet
Next steps