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
Did you ever solve this? I am having a similar error with fa_mean. I am running the developer version:
Error in dplyr::select():
! Can't subset columns that don't exist.
✖ Column fa_mean doesn't exist.
I get the foll. error even though the spatial sf object wimi_cnty is valid.
wimi_gm = growMort(wimi_db, polys=wimi_cnty, returnSpatial=T, bySpecies=T, landType='forest', treeType = 'all', stateVar='TPA', nCores=4)
Error in
dplyr::select()
:! Can't subset columns that don't exist.
? Column
geom
doesn't exist.Same error with carbon(), tpa() - HOWEVER, fsi() works without a problem!
wimi_fsi = fsi(wimi_db, polys=wimi_cnty, returnSpatial=T, bySpecies=T, landType='forest', treeType = 'live', totals=T, nCores=4)
WORKS!!!
names(wimi_cnty)
[1] "AREA" "PERIMETER" "US_CTY_" "US_CTY_ID" "STATE_FIPS"
[6] "CNTY_FIPS" "fips" "STATE_NAME" "CNTY_NAME" "SUB_REGION"
[11] "STAT_FLAG" "geom"
names(wimi_db)
[1] "COND" "COND_DWM_CALC"
[3] "INVASIVE_SUBPLOT_SPP" "PLOT"
[5] "POP_ESTN_UNIT" "POP_EVAL"
[7] "POP_EVAL_GRP" "POP_EVAL_TYP"
[9] "POP_PLOT_STRATUM_ASSGN" "POP_STRATUM"
[11] "SUBPLOT" "TREE"
[13] "TREE_GRM_COMPONENT" "TREE_GRM_MIDPT"
The text was updated successfully, but these errors were encountered: