Skip to content

Inconsistency in OTN detection data outputs #52

Description

@edwardlavender

Doing a bit more skimming through the source code looking at the different data formats.

Both ato_to_otn.R and imos_to_otn_detections.R output an OTN-style data.frame but with inconsistent naming conventions for the columns.

For example, in ato_to_otn.R, around L79:

det_df$dateCollectedUTC <- ato_det_joined$datetime
det_df$tagName <- ato_det_joined$transmitter

These names differ from those assigned in imos_to_otn_detections.R around L38:

date_and_time = detection_datetime,
tagname = transmitter_id,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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