Skip to content

All records flagged by cd_round #103

@marineReg

Description

@marineReg

Hi,
I used the function CoordinateCleaner::cd_round on my dataset but all records were flagged. I tried to explore the function's code to understand why, but I don't know how to test the functions .CalcACT() and .OutDetect() (sorry, I don't have much experience in R).
I attached my GBIF dataset, and here is the code I used:
data.csv

  data <- read.csv("C:/Downloads/data.csv")
  ## unique(data$countryCode)
  test <- CoordinateCleaner::cd_round(x = data, lon = "decimalLongitude", lat = "decimalLatitude", ds = "species", graphs = FALSE)
  ## dim(test)

Any help to understand why all the records were flagged would be greatly appreciated. Thanks

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