ropensci / CoordinateCleaner

Automated flagging of common spatial and temporal errors in biological and palaeontological collection data, for the use in conservation, ecology and palaeontology.
https://docs.ropensci.org/CoordinateCleaner/
79 stars 21 forks source link

fixes a bug where new named entry is created #41

Closed vsbuffalo closed 2 years ago

vsbuffalo commented 4 years ago

I ran into an issue when trying CoordinateCleaner's clean_coordinates() — I was getting an error that I was adding a column to a dataframe and the lengths didn't match up. The issue is that the flagged entries are assigned through names, but names were not set on the vector. This fixes it on my end, and I figured might be useful.

azizka commented 2 years ago

merged with master