This dataset contains spatial coordinates (grid cells of 0.5° x 0.5°
horizontal resolution) of sites of Western Europe where mammals species
presence/absence (see site_species
dataset) has been sampled.
Format
An sf
object with 1,505 rows (grid cells) with a WGS84 (EPSG:4236)
Coordinate Reference System.
Details
See https://github.com/frbcesab/eumammals for a complete description of the workflow used to create this dataset.
This dataset shows the format of the argument site_locations
used in
several functions of funbiogeo
.
The variable site
corresponds to the sites labels.
Examples
data("site_locations")
class(site_locations)
#> [1] "sf" "data.frame"
dim(site_locations)
#> [1] 1505 2
head(site_locations)
#> Simple feature collection with 6 features and 1 field
#> Geometry type: POLYGON
#> Dimension: XY
#> Bounding box: xmin: 5.521821 ymin: 59.34736 xmax: 9.021821 ymax: 59.84736
#> Geodetic CRS: WGS 84
#> site geom
#> 1 1 POLYGON ((5.521821 59.84736...
#> 2 2 POLYGON ((6.521821 59.84736...
#> 3 3 POLYGON ((7.021821 59.84736...
#> 4 4 POLYGON ((7.521821 59.84736...
#> 5 5 POLYGON ((8.021821 59.84736...
#> 6 6 POLYGON ((8.521821 59.84736...