qc_soil_texture function returns FALSE when no info about soil texture is provided (nor st_soil_texture, st_silt_perc, st_clay_perc and st_sand_perc variables).
This generates an empty stand_md object in the QC process which causes the S4 sfnData object generation to fail.
Problem is in line 1394 of qc_unit_transformations.R file. Working on a fix.
qc_soil_texture
function returns FALSE when no info about soil texture is provided (norst_soil_texture
,st_silt_perc
,st_clay_perc
andst_sand_perc
variables). This generates an empty stand_md object in the QC process which causes the S4 sfnData object generation to fail.Problem is in line 1394 of
qc_unit_transformations.R
file. Working on a fix.