Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research packages to improve site flagging/QAQC #474

Open
cristinamullin opened this issue Jun 4, 2024 · 0 comments
Open

Research packages to improve site flagging/QAQC #474

cristinamullin opened this issue Jun 4, 2024 · 0 comments
Labels
Future Improvement Minimum viable function complete, issue includes potential future improvements

Comments

@cristinamullin
Copy link
Collaborator

cristinamullin commented Jun 4, 2024

Is your feature request related to a problem? Please describe.

Regarding TADA_FlagCoordinates(): What is the basis for removing lat/longs with fewer than 3 decimal digits? A test dataset I ran through it flagged a lot of USGS sites that didn't necessarily seem erroneous, but perhaps did land in the vicinity of ##.##000? How do we know less than 3 digits is imprecise vs ending in 0000...?

Solutions considered

Consider leveraging existing packages to improve TADA site flagging/QAQC capabilities. Work may include creating a new site flag/QAQC function and/or improving an existing TADA site flag/QAQC function such as TADA_FlagCoordinates() or TADA_FindNearbySites().

Adding relevant note from Erik Leppo below (TADA Working Group follow up email):

"I ran across an article today that described some packages that did similar cleaning of coordinates albeit some for a specific purpose. But a number of the tests the package runs might be useful (missing, outside of study area, 0/0, at sea, political unit centroids, spatial outliers, conversion errors).

Here is the article: https://www.r-bloggers.com/2023/01/safe-and-simple-cleaning-of-species-occurrences/

The list of checks is here: https://ropensci.github.io/CoordinateCleaner/reference/index.html

The vignettes with good demos are here:
https://ropensci.github.io/CoordinateCleaner/articles/Cleaning_GBIF_data_with_CoordinateCleaner.html
https://ropensci.github.io/CoordinateCleaner/index.html

You may have already investigated the existing packages out there for coordinate and other data cleaning and this is old news for you. But if not then this is my small contribution to the project. The package seems to only do coordinate cleaning and is on CRAN (and ropensci) so it should stay supported and not get orphaned."

@cristinamullin cristinamullin changed the title Research packages to assist with site flagging Research packages to improve site flagging/QAQC Jun 4, 2024
@cristinamullin cristinamullin added the Future Improvement Minimum viable function complete, issue includes potential future improvements label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Future Improvement Minimum viable function complete, issue includes potential future improvements
Projects
None yet
Development

No branches or pull requests

2 participants