All values of canopy_height are > 0 on the planting date in Season 6.
Suggested Correction
This probably requires a fix to the algorithm. It might be caused by the assumption that the 98th quantile is the canopy height, which would not hold for bare ground.
In the mean-time I have marked all measurements during season 6 prior to May 15 as having been found in error.
begin;
update traits set checked = -1, notes = 'heights at date of planning > 0, marked all Season 6 canopy_height data from before canopy started to grow (c. May 15 2018) as failing qa/qc.' where date > date '2018-04-20' and date < date '2018-05-15' and variable_id = (select id from variables where name = 'canopy_height')
commit;
Dataset
All values of canopy_height are > 0 on the planting date in Season 6.
Suggested Correction
This probably requires a fix to the algorithm. It might be caused by the assumption that the 98th quantile is the canopy height, which would not hold for bare ground.
In the mean-time I have marked all measurements during season 6 prior to May 15 as having been found in error.
@ZongyangLi please advise.