function pg_do_query(): Cannot connect to database:

Official Series Description


Lab Data Summary

Aggregate lab data for the FLAGLER soil series. This aggregation is based on all pedons with a current taxon name of FLAGLER, and applied along 1-cm thick depth slices. Solid lines are the slice-wise median, bounded on either side by the interval defined by the slice-wise 5th and 95th percentiles. The median is the value that splits the data in half. Five percent of the data are less than the 5th percentile, and five percent of the data are greater than the 95th percentile. Values along the right hand side y-axis describe the proportion of pedon data that contribute to aggregate values at this depth. For example, a value of "90%" at 25cm means that 90% of the pedons correlated to FLAGLER were used in the calculation. Source: KSSL snapshot . Methods used to assemble the KSSL snapshot used by SoilWeb / SDE

Click the image to view it full size.

function pg_do_query(): Cannot run query. SELECT mlra, site.pedlabsampnum, site.pedon_id, nasis_taxhistory.taxonname, pedon_completeness_index, pedon_key, ST_Y(wkb_geometry) || ',' || ST_X(wkb_geometry) as lat_lon FROM kssl.site LEFT JOIN kssl.spatial USING (pedon_key) -- reduce 1:many KSSL:NASIS down to 1:1 JOIN kssl.kssl_to_nasis_sanity ON site.pedlabsampnum = kssl_to_nasis_sanity.pedlabsampnum JOIN kssl.nasis_site ON kssl_to_nasis_sanity.peiid = nasis_site.peiid JOIN kssl.nasis_taxhistory ON kssl_to_nasis_sanity.peiid = nasis_taxhistory.peiid WHERE nasis_taxhistory.taxonname = ORDER BY mlra, pedon_id;

pg_last_error(Resource id #1)

Water Balance

Monthly water balance estimated using a leaky-bucket style model for the FLAGLER soil series. Monthly precipitation (PPT) and potential evapotranspiration (PET) have been estimated from the 50th percentile of gridded values (PRISM 1981-2010) overlapping with the extent of SSURGO map units containing each series as a major component. Monthly PET values were estimated using the method of Thornthwaite (1948). These (and other) climatic parameters are calculated with each SSURGO refresh and provided by the fetchOSD function of the soilDB package. Representative water storage values (“AWC” in the figures) were derived from SSURGO by taking the 50th percentile of profile-total water storage (sum[awc_r * horizon thickness]) for each soil series. Note that this representation of “water storage” is based on the average ability of most plants to extract soil water between 15 bar (“permanent wilting point”) and 1/3 bar (“field capacity”) matric potential. Soil moisture state can be roughly interpreted as “dry” when storage is depleted, “moist” when storage is between 0mm and AWC, and “wet” when there is a surplus. Clearly there are a lot of assumptions baked into this kind of monthly water balance. This is still a work in progress.

Click the image to view it full size.



Click the image to view it full size.

Sibling Summary

Siblings are those soil series that occur together in map units, in this case with the FLAGLER series. Sketches are arranged according to their subgroup-level taxonomic structure. Source: SSURGO snapshot , parsed OSD records and snapshot of SC database .

Click the image to view it full size.

Select annual climate data summaries for the FLAGLER series and siblings. Series are sorted according to hierarchical clustering of median values. Source: SSURGO map unit geometry and 1981-2010, 800m PRISM data .

Click the image to view it full size.

Geomorphic description summaries for the FLAGLER series and siblings. Series are sorted according to hierarchical clustering of proportions and relative hydrologic position within an idealized landform (e.g. top to bottom). Most soil series (SSURGO components) are associated with a hillslope position and one or more landform-specific positions: hills, mountain slopes, terraces, and/or flats. Proportions can be interpreted as an aggregate representation of geomorphic membership. The values printed to the left (number of component records) and right (Shannon entropy) of stacked bars can be used to judge the reliability of trends. Small Shannon entropy values suggest relatively consistent geomorphic association, while larger values suggest lack thereof. Source: SSURGO component records .

Click the image to view it full size.

Click the image to view it full size.

There are insufficient data to create the 3D mountains figure.

Click the image to view it full size.

Click the image to view it full size.

Competing Series

Soil series competing with FLAGLER share the same family level classification in Soil Taxonomy. Source: parsed OSD records and snapshot of the SC database .

Click the image to view it full size.

Select annual climate data summaries for the FLAGLER series and competing. Series are sorted according to hierarchical clustering of median values. Source: SSURGO map unit geometry and 1981-2010, 800m PRISM data .

Click the image to view it full size.

Geomorphic description summaries for the FLAGLER series and competing. Series are sorted according to hierarchical clustering of proportions and relative hydrologic position within an idealized landform (e.g. top to bottom). Proportions can be interpreted as an aggregate representation of geomorphic membership. Most soil series (SSURGO components) are associated with a hillslope position and one or more landform-specific positions: hills, mountain slopes, terraces, and/or flats. The values printed to the left (number of component records) and right (Shannon entropy) of stacked bars can be used to judge the reliability of trends. Shannon entropy values close to 0 represent soil series with relatively consistent geomorphic association, while values close to 1 suggest lack thereof. Source: SSURGO component records .

Click the image to view it full size.

Click the image to view it full size.

There are insufficient data to create the 3D mountains figure.

Click the image to view it full size.

There are insufficient data to create the 3D flats position figure.

Soil series sharing subgroup-level classification with FLAGLER, arranged according to family differentiae. Hovering over a series name will print full classification and a small sketch from the OSD. Source: snapshot of SC database .

Block Diagrams

function pg_do_query(): Cannot run query. SELECT DISTINCT file, survey_area, issue_date, caption FROM soilweb.block_diagrams JOIN soilweb.block_diagram_metadata USING (file) WHERE series = order by file

pg_last_error(Resource id #1)

No block diagrams are available.

Map Units

Map units containing FLAGLER as a major component. Limited to 250 records.

function pg_do_query(): Cannot run query. SELECT mapunit.areasymbol, coryear, projectscale, mukey, musym, muname, muacres, nationalmusym FROM ssurgo.mapunit JOIN ( SELECT DISTINCT mukey FROM ssurgo.component -- fastest method for searching component name via series name, hits a special index WHERE CAST(REPLACE(REPLACE(REPLACE(compname, ' family', ''), ' variant', ''), ' taxadjunct', '') AS citext) = AND majcompflag = 'Yes' ) AS comp_data USING (mukey) LEFT JOIN soilweb.ssurgo_status ON mapunit.areasymbol::citext = ssurgo_status.areasymbol LEFT JOIN ssurgo.national_musym_lut USING (mukey) ORDER BY areasymbol, muacres DESC LIMIT 250;

pg_last_error(Resource id #1)
Map Unit Name Symbol Map Unit Area (ac) Map Unit Key National Map Unit Symbol Soil Survey Area Publication Date Map Scale

Map of Series Extent

Approximate geographic distribution of the FLAGLER soil series. To learn more about how this distribution was mapped, or to compare this soil series extent to others, use the Series Extent Explorer (SEE) application. Source: generalization of SSURGO geometry .