Skip to contents

Subset of the World Stress Map (WSM) compilation of information on the crustal present-day stress field (Version 1.1. 2019). Subset contains stress data adjacent to the San Andreas Fault.

Usage

data('san_andreas')

Format

An object of class "sf"

References

Heidbach, O., M. Rajabi, X. Cui, K. Fuchs, B. M<U+00FC>ller, J. Reinecker, K. Reiter, M. Tingay, F. Wenzel, F. Xie, M. O. Ziegler, M.-L. Zoback, and M. D. Zoback (2018): The World Stress Map database release 2016: Crustal stress pattern across scales. Tectonophysics, 744, 484-498, doi:10.1016/j.tecto.2018.07.007 .

Examples

data("san_andreas")
head(san_andreas)
#> Simple feature collection with 6 features and 9 fields
#> Geometry type: POINT
#> Dimension:     XY
#> Bounding box:  xmin: -119.966 ymin: 32.94 xmax: -115.627 ymax: 35.714
#> Geodetic CRS:  WGS 84
#> # A tibble: 6 × 10
#>   id         lat   lon   azi   unc type  depth quality regime
#>   <chr>    <dbl> <dbl> <dbl> <dbl> <chr> <dbl> <fct>   <chr> 
#> 1 wsm07786  35.7 -120.    36     1 HF      1.3 A       S     
#> 2 wsm11750  32.9 -116.     7     1 FMF     7   A       S     
#> 3 wsm11759  33.0 -116.   169     1 FMF     5   A       S     
#> 4 wsm11782  33.2 -116.     1     1 FMF     8   A       S     
#> 5 wsm11801  33.9 -116.    23     1 FMF     6   A       S     
#> 6 wsm11830  33.5 -116.   160     1 FMF     9   A       S     
#> # ℹ 1 more variable: geometry <POINT [°]>