UNKNOWN_COUNTRY_NAME assertion should be deprecated and wiki page marked as deprecated (or deleted) #506
Labels
biocache-service
Issues related to biocache service
bug
Something isn't working
documentation
Improvements or additions to documentation
Currently we have 2 assertions which flag the same thing:
Unknown country name is not used and should be removed to reduce confusion.
When the assertion is removed the corresponding wiki page should be marked as deprecated or deleted if nothing will link to it any more.
Wiki page: https://github.com/AtlasOfLivingAustralia/ala-dataquality/wiki/UNKNOWN_COUNTRY_NAME
From Javier:
Country invalid flags records where the country or country code cannot be matched to the (GBIF) vocabulary for country names :
https://github.com/gbif/pipelines/blob/2576beabe6e48554f3031566dc89a84cbd13e2f8/sd[…]gbif/pipelines/core/parsers/location/parser/LocationParser.java
Vocabulary is: https://github.com/gbif/parsers/blob/master/src/main/resources/dictionaries/parse/countryName.tsv
Unknown Country Name is defined in pipelines code but not actually used, I could not find any records using it:
https://github.com/search?q=repo%3Agbif%2Fpipelines+UNKNOWN_COUNTRY_NAME+in%3Afile&type=Code
The text was updated successfully, but these errors were encountered: