Data From: Can Measurements Of Foraging Behaviour Predict Variation In Weight Gains Of Free-ranging Cattle?
Department of Agriculture
@usgov.usda_gov_data_from_can_measurements_of_foraging_behavi_d74ca71d
Department of Agriculture
@usgov.usda_gov_data_from_can_measurements_of_foraging_behavi_d74ca71d
Technologies are now available to continuously monitor livestock foraging behaviours, but it remains unclear whether such measurements can meaningfully inform livestock grazing management decisions. Empirical studies in extensive rangelands are needed to quantify relationships between short-term foraging behaviours (e.g. minutes to days) and longer-term measures of animal performance. The objective of this study was to examine whether four different ways of measuring daily foraging behaviour (grazing-bout duration, grazing time per day, velocity while grazing, and turn angle while grazing) were related to weight gain by free-ranging yearling steers grazing semiarid rangeland. These data include measurements interpreted from yearling steer outfitted with neck collars supporting a solar-powered device that measured GPS locations at 5 minute intervals and used an accelerometer to predict grazing activity at 4 second intervals. Average daily weight gains of steers are included as well as an estimate of standing forage biomass derived from the Harmonized Landsat-Sentinel remote-sensing product. These data support research to advance knowledge regarding the use of on-animal sensors that monitor foraging behaviour, which have the potential to transmit indicators to livestock managers in real time (e.g. daily). This approach can help inform decisions such as when to move animals among paddocks, or when to sell or transition animals from rangeland to confined feeding operations.
Resources in this dataset:
File Name: Moo2019-20_dailymetrics_w_ADG_by_studyperiod.csv
File Name: Moo2019-20_dailymetrics_w_ADG_by_studyperiod_dictionary.csv
File Name: Moo2019-20_dailymetrics_database.csv
File Name: Moo2019-20_dailymetrics_database_dictionary.csv
Organization: Department of Agriculture
Last updated: 2024-03-30T11:10:50.099947
Tags: accelerometer, ars, average-daily-gain, cattle-weight-gain, data-gov, forage-limitation, grazing-bout-duration, grazing-velocity, np215, semiarid-rangeland, shortgrass-steppe
CREATE TABLE moo2019_20_dailymetrics_database (
"date" TIMESTAMP,
"month" BIGINT,
"doy" BIGINT,
"season" BIGINT,
"adg_int" BIGINT,
"boutsperday" BIGINT,
"gbd_5min" DOUBLE,
"grazeminutes" DOUBLE,
"daylengthminutes" DOUBLE,
"grazehrs_5min" DOUBLE,
"meanta" DOUBLE,
"meanvelo" DOUBLE,
"moonitorid" BIGINT,
"pasture" VARCHAR,
"year" BIGINT,
"biomass" DOUBLE,
"week" DOUBLE,
"deployment" BIGINT,
"rfid" VARCHAR,
"rest" BIGINT,
"walk" BIGINT,
"graze" BIGINT,
"total" BIGINT,
"n__graze" DOUBLE -- %Graze,
"n__rest" DOUBLE -- %Rest,
"grazehrs_4sec" DOUBLE,
"bouts" BIGINT,
"gbd_4sec" DOUBLE,
"eartag" BIGINT
);CREATE TABLE moo2019_20_dailymetrics_database_dictionary (
"column_name" VARCHAR,
"units" VARCHAR,
"description" VARCHAR,
"data_type" VARCHAR,
"notes" VARCHAR
);CREATE TABLE moo2019_20_dailymetrics_w_adg_by_studyperiod_dictionary (
"column_name" VARCHAR,
"units" VARCHAR,
"description" VARCHAR,
"data_type" VARCHAR,
"notes" VARCHAR
);Anyone who has the link will be able to view this.