-
Notifications
You must be signed in to change notification settings - Fork 3
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
GBIF validation of export from read_wi()
and write_dwc()
#168
Comments
Coordinate rounded means that GBIF has rounded the coordinates for us, but best practice is to provide the coordinates as they are in the source database, so I would not add a default round. Taxon match fuzzy: you can verify where it goes wrong by providing a CSV of all your scientific names to https://www.gbif.org/tools/species-lookup |
Where is the |
The second link is the validation of the audubon file. Is this not due to the fact that the validation tool is unaware of the audubon class? (i.e., there is not validation possible for this class). |
Yes, that is definitely possible. Did you upload both files as a single DwC-Archive or separately? |
Yes, it was uploaded seperatly. Here is the one uploaded as a zip file: https://www.gbif.org/tools/data-validator/bdbd3cb4-224b-4cfc-b479-49588b64334a here is the emf file: |
Ok, never mind, is indeed missing an EML and meta.xml |
Note: here's a published (sequence level) dataset that made use of |
Do you mean this code? https://github.com/inbo/mica-occurrences/blob/master/datasets/mica-agouti-occurrences/src/dwc_mapping.Rmd |
Yeah, good idea to add this as a vignette. It would have to be for the example small dataset. |
Closing this issue, @Rafnuss let me know if there are remaining items to be tackled. |
Hey, just wanted to check with you @peterdesmet that these validation issues from the GBIF files are not something we can do at the
read_wi()
orwrite_dwc()
level.https://www.gbif.org/tools/data-validator/5547190a-10d5-4667-af3d-dc00be586117
https://www.gbif.org/tools/data-validator/47d69d10-0142-45c5-b997-ffed38be6ef5 (doesn't seem to work for audubon)
round_coordinates( , digit=6)
by default? (https://data-blog.gbif.org/post/issues-and-flags/)The text was updated successfully, but these errors were encountered: