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 of the Himalaya and Tibetan plateau

Usage

data('tibet')

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("tibet")
head(tibet)
#> Simple feature collection with 6 features and 11 fields
#> Geometry type: POINT
#> Dimension:     XY
#> Bounding box:  xmin: 78.5 ymin: 29.5 xmax: 97.35 ymax: 43.9
#> Geodetic CRS:  WGS 84
#> # A tibble: 6 × 12
#>   id         lat   lon   azi   unc type  depth quality regime Name   Description
#>   <chr>    <dbl> <dbl> <dbl> <dbl> <chr> <dbl> <fct>   <chr>  <chr>  <chr>      
#> 1 wsm36451  40.8  97.1    19     4 GFI       0 A       NS     zoom_… ""         
#> 2 wsm36456  43.9  87.7   171     5 GFI       0 A       S      zoom_… ""         
#> 3 wsm38778  29.5  78.5   151     9 FMF      10 A       N      zoom_… ""         
#> 4 wsm36516  43.8  87.5     2    11 GFI       0 A       T      zoom_… ""         
#> 5 wsm38784  30.4  79.3    40    11 FMF      20 A       T      zoom_… ""         
#> 6 wsm36525  40.8  97.3    18    12 GFI       0 A       S      zoom_… ""         
#> # ℹ 1 more variable: geometry <POINT [°]>