ocean-tracking-network / 2021-03-30-glatos-workshop

0 stars 0 forks source link

No tag data or workbook examples to pull from to work with glatos to actel #17

Closed jdpye closed 3 years ago

jdpye commented 3 years ago

Having trouble finding a good set of example data with which to actually perform the glatos - to - actel conversion. The SMRSL workbook isn't findable when i try to load it via extdata, and there's no walleye tagging metadata object that I know of either.

Am I stuck grouping the walleye detection data or is there a walleye tag dataset i'm missing?

jdpye commented 3 years ago

my grouping idea is just

tags <- detections %>% 
  group_by('animal_id') %>% 
  select('animal_id', 'transmitter_codespace', 
         'transmitter_id', 'tag_type', 'tag_serial_number', 
         'common_name_e', 'capture_location', 'length', 
         'weight', 'sex', 'release_group', 'release_location', 
         'release_latitude', 'release_longitude', 
         'utc_release_date_time', 'glatos_project_transmitter', 
         'glatos_tag_recovered', 'glatos_caught_date') %>%
  unique()

Works fine for the demo detections. Probably better to have an example with the glatos workbook I suppose.

jdpye commented 3 years ago

Found with @SoftwareMonk 's help the walleye_workbook.xlsm