ncss-tech / soilDB

soilDB: Simplified Access to National Cooperative Soil Survey Databases
http://ncss-tech.github.io/soilDB/
GNU General Public License v3.0
83 stars 19 forks source link

soil texture plotting / subsetting / flagging helper function or guidance #8

Closed dylanbeaudette closed 3 years ago

brownag commented 3 years ago

This old issue might be a good fit for leveraging the relatively new functionality in {aqp} for soil texture designed by @smroecker and @dylanbeaudette.

Could leverage for instance: aqp::ssc_to_texcl, aqp::soilTextureLevels and the lookup table in aqp: soiltexture https://github.com/ncss-tech/aqp/issues/141

I think I would encourage writing this helper function in a generic way that could go into {aqp}. If it has a lot of plotting-related dependencies, perhaps {sharpshootR}? But not soilDB. Thoughts?