pkgdown/analytics.html

Skip to contents

Convert a list of GeoPressureR parameter objects into a tags tibble following the GeoLocator Data Package structure.

Usage

params_to_tags(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 tag_id, manufacturer, scientific_name, ring_number, and, when available, model and firmware.

Manufacturer names are normalized for common GeoPressure sources, and SOI or Migrate-specific model metadata are propagated when present in the parameter objects.

See also

params_to_observations() and tags_to_measurements() for related conversions from GeoPressureR objects to GeoLocator-DP resources.