Skip to content

Assessing Caitlin's feedback #9

@jackVanish

Description

@jackVanish

Caitlin helpfully checked out a set of surimi output- OTN detection extract to IMOS tripartite format, then from that same format to OTN tripartite format. She helped identify some of the places where the process loses data, so I've taken her feedback and assembled it into this checklist so I can keep track of the changes I need to make/have made. Her messages are first, followed by my notes in parentheses. A note- anything that can go from a detExtract to a tripartite file will ALSO have to be accounted for if someone HAS the tripartite OTN file. i.e, anything I fix in the 'derive' functions must be accounted for in the main function as well.

OTN DetExtract -> IMOS detections

  • worms aphia ID can prob be found via the WORMS API? (Will have to write new functionality to grab the WORMS aphia ID).
  • reciever name and receiver project name can likely be filled in - wondering if these are receiver SN (or station?) and receiver
  • project code (ie: detectedby), would have to look at a proper imos example file to check (Got to get one of those to Caitlin)

OTN DetExtract -> IMOS receivers

  • anything where receiver = release are not detections from receivers. these are release records from when we tagged each shark. not sure if these should be in the receiver metadata file? (Should they be? Must find out).
  • receiver project name should be the collectioncode (same as receiver_group) (Fairly straightforward)

OTN DetExtract -> IMOS tags

  • tagging_project_name should be "NSBS" (or in general the collection code)
  • transmitter_deployment_locality, lat , long and datetime can all use the "release" record for the animal to determine its tagging locations (Right on right on)

IMOS detections -> OTN detections

  • generally, this is a very diffferent format than IMOS detections. do u remember why we picked this one? to match OTNs raw detection tables? (Good question, must formulate a complete answer).
  • lost info: receiver (this should be the SN, called receiver_id in imos format)
  • lost info: sensor information. these are in the sensorXXX columns in imos format
  • lost info: station name. this is in station_name in imos format, if we want to keep this info

IMOS receivers -> OTN receivers

  • this is the same format as the IMOS stuff - not otn database format, but likely what remora wants? (Will have to follow up about this).
  • same deal as IMOS receivers - do we want the releases in there?

IMOS tags -> OTN tags

  • this is the same format as the IMOS stuff - not otn database format, but likely what remora wants?
  • same issues w missing info as the IMOS tags

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions