Import Swiss Ornithological Institute (SOI) geolocator exports into a new
GeoLocator Data Package. The function reads available raw tag data from
directory_data, derives measurements, and builds tags and optionally
prefilled observations from the supplied SOI summary table.
See an example of use with this tutorial.
Arguments
- gdl
A data frame of SOI export metadata, typically returned by
read_soi_gld(). It must contain at leastGDL_IDand the fields needed to derive package metadata.- directory_data
Path to the directory containing SOI raw tag files or folders.
- generate_observations
A logical value indicating whether to create pre-filled
observationsrows for equipment and retrieval events.
Details
The function performs the following steps:
Retrieves the data directory for each
GDL_IDwhen not already present.Creates GeoPressureR tag objects for tags with available data.
Extracts measurements and adds them as a package resource.
Derives
tagsandobservationsfromgdland adds them as resources.
See also
read_soi_gld() to prepare the SOI input table and
tags_to_measurements() for the underlying conversion of raw tag objects
to the measurements resource.
