This dataset gives a lithologic description for borehole Saltarin 1A, located in the Llanos Basin in eastern Colombia (4.612 N, 70.495 W). The stratigraphic well Saltarin 1A drilled 671 meters of the Miocene succession of the eastern Llanos basin, corresponding to the Carbonera (124.1 m; 407.1 ft), Leon (105.1 m; 344.8 ft), and Guayabo Formations (441.8 m; 1449.5 ft) (Bayona, et al. 2008). The Saltarin core was described at a scale of 1:50 for identification of grain-size trends, sedimentary structures, clast composition, thickness of lamination, bioturbation patterns, and macrofossil identification, all of which are used for identify individual lithofacies and for sedimentological and stratigraphic analyses.
data(saltarin_beds)
The Saltarin dataset provided by this package is a dataset comprising the lithological description of 686 rock layers described along of 671 meters of the Saltarin 1A borehole; it is a data.frame object with 686 layers (rows), including thickness, composition and texture description of each layer, stored following the suggested format by SDAR (22 columns).
numeric; it is useful to give each bed/layer a number to facilitate later reference; numbering begins at the stratigraphically lowest bed (Tucker 2011)
numeric; stratigraphic position measured at the bottom of each layer, in meters.
numeric; stratigraphic position measured at the top of each layer, in meters.
string; rock type class following this clasification: sedimentary, volcaniclastic, or covered.
string; description of the primary (i.e. major) lithology class, (e.g., claystone, mudstone, siltstone, shale, sandstone, conglomerate, breccia, limestone, coal).
string; description of the grain size dominant in layer. For siliciclastic rocks, it is based on the Wentworth (1922) classification system, for carbonate rocks it is based on Dunham (1962), and for classification of pyroclastic rocks it is based on Wentworth and Williams (1932). (e.g., clay, silt; very fine sand, fine sand, medium sand, coarse sand, and very coarse sand); see all the grain-size options in table 3 at SDAR data model vignettes.
numeric; percent of primary lithology.
string; using same categories described for prim_litho.
string; description of the grain size for the secondary lithology in layer; using same categories described for grain_size
numeric; percent of secondary lithology.
string; description of the boundary at the base of the layer (geological contact): sharp planar, gradational, faulted, covered.
string; description of the vertical variations in grain size; normal (beds that show gradation from coarser particles at the base to finer particles at the top), inverse (reverse or inverse grading, gradation from finer at the base to coarser at the top), (Boggs, 2011).
string; grain size at the base of the layer using same categories described for grain_size.
string; grain size at the top of the layer using same categories described for grain_size.
string; description of the degree of uniformity of grain size: very well sorted, well sorted, moderately sorted, poorly sorted, very poorly sorted.
string; measurement of roundness of sedimentary particles (Krumbein 1941): very angular, angular, sub angular, sub rounded, rounded, well rounded.
string; composition of material wherein larger grains, crystals or clasts are embedded: muddy, sandy, ashy, micrite, not recognizable.
string; composition of the crystalline material precipitated around the edges of grains: siliceous, ferruginous, calcite, dolomite, kaolinitic, sparite, not recognizable.
string; grain fabric (packing). For sedimentary rocks: clast supported, matrix supported.
string; color description based on the Munsell chart codes from the Geological Society of America Rock Color Chart (Committee 1991)
string; R colors can be specified either by name (e.g col = "red") or as a hexadecimal RGB triplet (such as col = "#FFCC00").
string; additional description in a free text format ('Comments/Remarks').
Bayona, G., Valencia, A., Mora, A., Rueda, M., Ortiz, J., Montenegro, O. 2008. Estratigrafia y procedencia de las rocas del Mioceno en la parte distal de la cuenca antepais de los Llanos de Colombia. Geologia Colombiana, 33, 23-46.
Bogs, S. 2011. Principles of Sedimentology and Stratigraphy. Prentice Hall, fifth edition.
Dunham, R. 1962. American Association of Petroleum Geologists Memoir. Classification of carbonate rocks according to depositional texture. In Ham, W.E. Classification of carbonate rocks, 1, 108-121
Krumbein, W. C. 1941. The effects of abrasion on the size, shape and roundness of rock fragments. The Journal of Geology 49(5), 482-520.
Munsell Geological Rock-Color Chart With Genuine Munsell Color Chips. Munsell Color, 2009.
Tucker, M. E. 2011. Sedimentary Rocks in the Field: A Practical Guide. Geological Field Guide. Wiley
Wentworth, C. K. 1922. A scale of grade and class terms for clastic sediments. Journal of Geology, 30, 377-392.
Wentworth, C. K. and Williams, H. 1932. Classification and terminology of pyroclastic rocks. National Research Council Bulletin, 89, 19-53.
# NOT RUN {
data(saltarin_beds)
names(saltarin_beds)
# }
Run the code above in your browser using DataLab