sapfluxnet / sapfluxnetQC1

R package with functions related to sapfluxnet project
6 stars 0 forks source link

qc_soil_texture adds a list as column to stand_md #26

Closed MalditoBarbudo closed 8 years ago

MalditoBarbudo commented 8 years ago

qc_soil_texture calculates the USDA soil texture classification and add a new column to stand_md. But the column added is a list not a vector, which causes an error when trying to write the csv of stand_md in the Lvl_1 folder.

Problem is in line 80 of qc_unit_transformations.R file

Working on a fix

MalditoBarbudo commented 8 years ago

Fixed in devel branch :)