CoordinateCleaner icon indicating copy to clipboard operation
CoordinateCleaner copied to clipboard

Automated flagging of common spatial and temporal errors in biological and palaeontological collection data, for the use in conservation, ecology and palaeontology.

Results 26 CoordinateCleaner issues
Sort by recently updated
recently updated
newest added

Some topics are missing from the configuration file. ```r Error in check_missing_topics(rows, pkg) : All topics must be included in reference index • Missing topics: CoordinateCleaner-package, buffland, buffsea, countryref, institutions,...

Hello! I am trying to run your script, but I am having a couple of problems. >>First, when I tried to call the Library CoordinateCleaner I had this error: Error:...

I found an error when the number of datasets to test is >1, and the columns do not match when some datasets cannot run the tests, while for some others...

Hi, I'm running coordinate_cleaner with the following script: > PHG_comb_issues lon = "Decimal_Long", lat = "Decimal_Lat", > species = "Genus_species", countries = "Country_code", > tests = c("capitals", "centroids", "countries", >...

Geographic data is not always super precise and if an occurrence is near a border of a country it is likely to be flaged by the countries test. To avoid...

As a "buffland" is present, how can I make the inverse? In other words, how can I make all the coastline points assigned to marine instead of terrestrial? It should...

Hello, `clean_coordinates` works OK with the defaults, but it fails if we change `zeros_rad` to 0, i.e. if we want to remove records only if they have exactly 0 lon...

Hi, I run into an issue working with the cd_round() it throws “rbind” error. I spent some time looking at the problem. I think it comes from the return of...

Hi, I encountered a small bug when applying cc_urb function, raising the following error message: _Error in (function (classes, fdef, mtable) : unable to find an inherited method for function...

`clean_coordinates()` does not flag any of my records as outliers `clean_dataset()` has flagged 9 `lat.n.outliers` and 13 `lon.n.outliers`. How can I see which records it has flagged at the dataset...