Example holding data file (delimited text)
example_holding_data.csv.Rd
A fully synthetic livestock holding data file, created to serve as example
input to movenet's reformat_data()
function.
Format
A UTF-8-encoded, comma-separated (csv) text file with 501 rows (incl. 1 header row) and 7 columns:
- cph
Unique holding identifier; a character string in the format of a UK County Parish Holding (CPH) number. This column corresponds to the
id
data field, required in movenet-format holding data.- extra_column
Numeric data column, using
.
as decimal mark.- easting, northing
Holding coordinates (easting and northing) in an all-numeric format (assumed to use the British National Grid projection). These columns correspond to the
coord_x
andcoord_y
data fields, optional in movenet-format holding data.- holding_type
Type of holding (character string). This column corresponds to the
type
data field, optional in movenet-format holding data.- herd_size
Herd size (numeric). This column corresponds to the
herd_size
data field, optional in movenet-format holding data.
Source
The content of this dataset was generated by random number and text generation, using UK-inspired data formats (e.g. County Parish Holding (CPH) identifiers). It does not correspond to or derive from any real holding data.
See also
Other example data files and structures:
example_admin_areas
,
example_holding_data
,
example_movement_data
,
example_movement_data.csv
,
local_spread_probabilities_ASF