taginfo: Example dataset containing tag metadata associated with...

taginfoR Documentation

Example dataset containing tag metadata associated with IMOSdata and VEMCOdata datasets

Description

This dataset contains an example of tag metadata required for the functioning of the ATT operations. The example tags here is associated with Tiger sharks monitored at Heron and One Tree Island, Australia (see IMOSdata or VEMCOdata). The data is in the default format used by the IMOS ATF containing the metadata associated with transmitter deployments.

Usage

data(taginfo)

Format

A data frame with 11 observations on the following 22 variables.

transmitter_id

a factor containing the combination of code map and ping ID for each transmitter deployed (e.g. A69-9002-12345). Note: Dual sensor tags are often associated with multiple transmitter IDs. Required field.

tag_id

a numeric vector containing

release_id

a factor unique ID for each tagged individual (e.g. 4462716, "Tigger"). Note: This field unifies detections for animals tagged with dual sensor tags that have multiple transmitter_id codes. Required field.

tag_project_name

a factor containing the name of the project associated with each transmitter deployment. Not required for the functioning of the ATT operations.

scientific_name

the scientific name for the species being studied. NA suggests that no species name was supplied. Not required for the functioning of the ATT operations.

common_name

the common name for the species being studied. NA suggests that no species name was supplied. Not required for the functioning of the ATT operations.

embargo_date

a date vector containing any data embargo time period. NA suggests that no embargo was supplied on the tag.

is_protected

a logical vector indicating if the data from this tag is protected. Protected status indicates restrictions on data use. Contact researcher or organisation that deployed this tag to discuss data use.

release_longitude

a numeric vector containing the longitude at which transmitter was deployed (d.ddd˚).

release_latitude

a numeric vector containing the latitude at which transmitter was deployed (d.ddd˚).

ReleaseDate

a vector of type POSIXct containing date and time at which tag was deployed (yyyy-mm-dd HH:MM:SS).

sensor_slope

a numeric vector containing the slope used in the linear equation to convert raw sensor measurements. This value is provided by transmitter manufacturer.

sensor_intercept

a numeric vector containing the intercept used in the linear equation to convert raw sensor measurements. This value is provided by transmitter manufacturer.

sensor_type

a character vector indicating type of sensor (Can be: pinger, temperature, pressure, or accelerometer).

sensor_unit

a character vector conatining the units pertaining to the sensor value (e.g. m, ms-2, degrees celcius).

tag_model_name

a character vector indicating tag model (e.g. V9, V13-TP, V16-P, V9-A).

tag_serial_number

a numeric vector containing manufacturers serial number for deployed transmitter (e.g. 1083971).

tag_expected_life_time_days

a numeric vector containing the expected life time of the transmitter (days). This estimated battery life is provided by transmitter manufacturer.

tag_status

a character vector indicating the status of transmitter (e.g. deployed, lost, etc).

sex

a character vector containing sex of tagged animal, NA suggests that sex of tagged animal was not supplied.

measurement

a numeric vector containing morphometric measurement of tagged animal (e.g. Fork length, Stretch total length, Carapace width, Snout-vent length), NA suggests that measurement of tagged animal was not supplied.

dual_sensor_tag

a logical vector indicating if the transmitter was a dual sensor tag.

Details

The coordinates are given in decimal degrees WGS 84, time is in UTC/GMT.

Source

https://animaltracking.aodn.org.au

Examples

## load the data and print the first few rows of the data frame
data(taginfo)
head(taginfo)



RossDwyer/VTrack documentation built on Feb. 23, 2024, 10:40 p.m.