Skip to contents

This function converts a list of parameters into a single observations tibble according to the GeoLocator Data Package specification .

Usage

params_to_observations(params)

Arguments

params

A list of GeoPressureR parameter objects. These parameters should have been generated during the GeoPressure workflow. See GeoPressureR::param_create() for more information.

Value

A tibble::tibble() data frame with columns ring_number, tag_id, observation_type, datetime, longitude, latitude, and comments.