Skip to content

Through collaboration with the College of Charleston and the USDA Forest Service Southern Research Station a soils technical report was created using SQL for data mining and graphs generated in R.

Notifications You must be signed in to change notification settings

carrie7490/USDA-Forest-Service-Experimental-Forests-Soils

Repository files navigation

USDA-Forest-Service-Experimental-Forests-Soils

Through collaboration with the College of Charleston and the USDA Forest Service Southern Research Station a soils technical report was created using SQL for data mining and graphs generated in R programming language. Shape files were provided by the Forest Service and fed into the Web Soil Survey Area of Interest (AOI) tool. This returned a shape file with SSURGO map unit symbols. A SQL query was entered into the NRCS Soil Data Mart for each forest to return the map unit name associated with the map unit symbols, an example of this query is called "SQL for Santee taxon".

Jason Nemecek of the NRCS provided us with a SQL query that could be entered into the Soil Data Mart and extract data from the National Cooperative Soil Survey Lab (NCSS). This query was modified for our specific needs and is called "All_EF_pedon_SQLscript".

Jeffery Atkins was responsible for consolidating the data and his work can be found here: https://github.com/atkinsjeff/efr_soils_project

Three R programs were used for each of the 19 forests.

  1. C_N.R was used to calculate the carbon and nitrogen levels of each soil series within the forest. C and N levels were reported in megagrams (Mg) per hectare (ha) by depth. C and N levels for each depth were added together to get a total Mg/ha sum for each soil series. The C and N sums were then multiplied by the area of the soil series in the experimental forest resulting in total C and N in megagrams within each soil in the forest.

             Mg/ha * ha = Mg
    
  2. CNgraph.R was used to plot the carbon and nitrogen levels by depth of the 4-6 main soil series within each forest.

SanteeCNgraph

  1. Textures.R was used to plot a ternary diagram of texture, carbon levles, and available water capacity of each soil series in the forest.

SanteeAWC

  1. SanteeMap uses Python to generate a shapefile containing mined soil physical and chemical properties for each forest. Five maps were created for future mapping of underground carbon levels: a) 0 to 100 cm depth b) 0 to 10 cm depth c) 10 to 20 cm depth d) 20 to 40 cm depth e) 40 to 100 cm depth. The map containing all horizons (0 to 100 cm depth) was imported into GIS Pro to generate a carbon map.

    SEFcarbon

About

Through collaboration with the College of Charleston and the USDA Forest Service Southern Research Station a soils technical report was created using SQL for data mining and graphs generated in R.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages