Example administrative area boundaries
example_admin_areas.Rd
A dataset with synthetic administrative area boundaries, created to
illustrate the use of trace_contact_chains()
with a map of area boundaries.
Format
A sf simple feature collection (sf data frame) with 500 features (rows), 1 column, and the following properties:
- Geometry type
POLYGON
- Dimension
XY
- Bounding box
xmin: -11.16411 ymin: 48.68521 xmax: 8.475314 ymax: 59.82427
- CRS
ETRS89 (EPSG:4258)
- Features (columns)
geometry: An sf POLYGON delineating the (fake) administrative area.
Source
The content of this dataset was generated by creating a boundary box and
Voronoi cells around the 500 points (synthetic holding coordinates) in
movenet::example_holding_data
. The areas do not correspond to or derive
from any real administrative areas, nor do they relate to any real holding
locations.
The code used to generate this dataset is accessible at
system.file("data-raw/example_admin_areas.R", package = "movenet")
.
See also
Other example data files and structures:
example_holding_data
,
example_holding_data.csv
,
example_movement_data
,
example_movement_data.csv
,
local_spread_probabilities_ASF