NavigationUser login |
landscapeHillslope Position by Soil SeriesSubmitted by dylan on Wed, 2013-06-05 18:34.
Soil survey data are typically built upon a foundation of soil-landscape relationships that have been verified in the field. ( categories: )
Summarizing Circular Data in R: Aspect AngleSubmitted by dylan on Wed, 2012-10-10 15:26.
The orientation of terrain surface (aspect) can have dramatic effects on landscape-scale variation in soil temperature and moisture. Summarizing aspect angle is complicated by the fact that sampled values are measured on a circular scale. The circular package for R can be used to summarize, model, and visualize this type of data. An example function is presented below that demonstrates several components of the circular package: special data structures, summary functions, plotting functions and their application to circular data derived from measurements collected by compass. Spread and central tendency are depicted with a combination of circular histogram and kernel density estimate. The circular mean, and relative confidence in that mean are depicted with an arrow: longer arrow lengths correspond to greater confidence in the mean. ( categories: )
Logistic Power Peak (LPP) Simulated Soil ProfilesSubmitted by dylan on Sat, 2011-11-12 21:01.
A friend of mine recently published a very interesting article on the pedologic interpretation of asymetric peak functions fit to soil profile data (Myers et al., 2011). I won't bother summarizing or paraphrasing the article here, as the original article is very accessible, rather I thought I would share some new functionality in AQP that was inspired by the article. While reading the article I thought that it would be interesting to use one of these peak functions, the logistic power peak (LPP) function, to simulate soil property depth-functions. Simulated values could be used to evaluate new algorithms with a set of tightly controlled properties that vary with depth. One of the nice aspects of these peak functions is that they can create a wide range of shapes that mimic common anisotropic depth-functions associated with pedogenic processes such as illuviation, ferrolysis, or seasonal fluctuation of groundwater levels. An example R session demonstrating the use of LPP-simulated soil property depth-functions is presented below. ( categories: )
Terrain Classification Experiment 2: GRASS, R, and the raster packageSubmitted by dylan on Tue, 2011-05-24 16:37.
Quick post on terrain classification, based on some trouble folks were having with a previous example on Windows. With the spgrass6 package, raster stacks are created by loading several GRASS files at once:
( categories: )
Terrain Classification ExampleSubmitted by dylan on Tue, 2011-05-24 16:22.
Visualizing Terrain Surface Indicies with Scaled ArrowsSubmitted by dylan on Sat, 2011-04-30 22:30.
Hamish Bowman recently posted a new GRASS module (d.barb) that can be used to depict the direction and magnitude components of some vector (e.g. wind) field along a raster surface or at points in space. An example (c/o Hamish):
( categories: )
Terrain shape indices depicted by scaled arrowsSubmitted by dylan on Sat, 2011-04-30 14:57.
( categories: )
Katelin's PageSubmitted by vbullard on Thu, 2011-03-03 19:13.
Contact Information Soils and Biogeochemistry Graduate Group ( categories: )
AQP Examples: Profile VisualizationSubmitted by dylan on Tue, 2010-09-21 03:27.
Two examples of the output from the profile_plot() function, using data from the Sierra Foothill Region, CA. Using R and r.mapcalc (GRASS) to Estimate Mean Topographic CurvatureSubmitted by dylan on Tue, 2010-08-03 20:51.
Recently I was re-reading a paper on predictive soil mapping (Park et al, 2001), and considered testing one of their proposed terrain attributes in GRASS. The attribute, originally described by Blaszczynski (1997), is the distance-weighted mean difference in elevation applied to an n-by-n window of cells:
|