NavigationUser login |
AQPHillslope 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: )
AQP News and UpdatesSubmitted by dylan on Tue, 2013-03-12 15:51.
The AQP family of R packages has seen a lot of development over the last 3 months. Some of the highlights include:
( categories: )
New AQP TutorialsSubmitted by dylan on Fri, 2013-01-04 22:17.
Several new AQP-related tutorials have been posted to the R-Forge project page.
( categories: )
Basic Simulation of Soil Profile Data in R via AQPSubmitted by dylan on Wed, 2012-12-19 18:59.
Something fun to play with before the new year: experimental code in aqp for simulating soil profile data from a single "template" profile. The basic idea: simulate horizon thickness data using a family of Gaussian functions with mean defined by horizon thickness values found in the template and standard deviation defined by the user. Larger Basic usage is demonstrated below, see package manual page for details. This function is only available in the version of ( categories: )
Automated OSD Lookup and Display via SoilWeb and AQPSubmitted by dylan on Thu, 2012-11-08 00:06.
I have been thinking about a URL-based interface to basic Official Soil Series Description (OSD) data for a while now... something that when fed a URL, would return CSV-formatted records to the calling process. These type of interfaces can later be used to support more complicated systems, such as our smartphone interface to SoilWeb. URLs can be accessed like files in R, making it possible to do something like this: ( categories: )
Basic documentation for soilDB package (R) now availableSubmitted by dylan on Wed, 2012-08-29 20:14.
AQP Demo: Applying a Function to Each Soil Profile in a Collection with profileApply()Submitted by dylan on Tue, 2012-06-19 23:35.
Here is a quick demonstration of how functionality from the AQP package can be used to answer complex soils-related questions. In these examples the profileApply() function is used to iterate over a collection of soil profiles, and compute several metrics of soil development:
( categories: )
soilDB Demo: Processing SSURGO Attribute Data with SDA_query()Submitted by dylan on Thu, 2012-04-26 23:18.
A quick example of how to use the USDA-NRCS soil data access query facility (SDA), via the soilDB package for R. The following code describes how to get component-level soils data for Yolo County (survey area CA113) from SDA and compute representative sub-order level classification for each map unit. This example requires an understanding of SQL, US Soil Taxonomy and the SSURGO database. ( categories: )
AQP Kick-StartSubmitted by dylan on Wed, 2012-03-28 02:41.
A fun kick-starter for anyone interested in working with soil profile data in R, via AQP. See in-line comments for details. Up next, profile slicing and aggregation. ( categories: )
Dissimilarity Between Soil Profiles: A Closer LookSubmitted by dylan on Fri, 2012-03-23 19:35.
Continuing the previous discussion of pair-wise dissimilarity between soil profiles, the following demonstration (code, comments, and figures) further elaborates on the method. A more in-depth discussion of this example will be included as a vignette within the 1.0 release of AQP. ( categories: )
|