US Soil Taxonomy Taxon Criteria App

Andrew G. Brown | 2020/06/10

Categories: R shiny Tags: soil taxonomy

Here is a basic Shiny app interface to a new database I developed from performing text mining analyses on the Keys to Soil Taxonomy (12th edition). This is alpha version of the “KSTLookup” Shiny app – a new tool for viewing criteria associated with taxa at the subgroup to order level in U.S. Soil Taxonomy.

https://brownag.shinyapps.io/KSTLookup/

Enter a taxon name such as “Spodosols”, “Aeric Endoaquepts”, “Glacistels” and see the tree of criteria – essentially a “pathway” leading to that specific taxon. The table includes chapter, page, and “clause” number references, as well as identification of relevant taxa/Keys.

An experimental feature classifies the type of logic contained within the clause into one of several classes:

If you are interested in the method I used to pull this off, it involves running pdftotext on the official PDF copy of the Keys to Soil Taxonomy. A variety of regular expression patterns and indexing tricks are used to keep track of the relevant information, correct minor inconsistencies, and bring all text into consistent “clauses” that approximate individual evaluations that need to be made during the process of classifying a soil of interest.

The tool only shows a subset of the criteria, and thus, does not stand “on its own” in its current form. This is intentional – and this tool should be considered a companion to the Keys – even though it is an exact derivative. None of the contents are altered, they are simply combined and classified.

It is thought that this way of viewing criteria associated with particular Subgroup to Order level taxa will make it easier to traverse, and conceptualize, the structure of the Keys.

Additional semantic logic will soon be added to link to glossary entries, diagnostic features and other properties and definitions of interest.