tristan-sebens / metl

An R package developed by and for the AFSC MESA group for extracting and standardizing data from telemetry tags.
GNU General Public License v3.0
0 stars 0 forks source link

StarOddi DST-magnetic (927) #91

Closed tristan-sebens closed 1 month ago

tristan-sebens commented 1 month ago

Did not successfully upload

tristan-sebens commented 1 month ago

Discovered an issue rooted in the field names of some of the DST magnetic data fields, specifically those fields with the degree symbol (°) in the name. This was not matching with the names specified in the input FieldMap objects.

Changed FieldMap names to explicit byte-code representation, and the problem resolved. All data successfully extracted.