geometa_coverage is a function to report coverage of ISO/OGC standard classes in package geometa. The function will inspect all classes of the ISO/OGC standards and will scan if geometa supports it.

geometa_coverage()

Arguments

version

main metadata standard version

Value

an object of class data.frame

Note

This function is used as Quality Assurance indicator to assess the percentage of completeness of ISO/OGC standards in geometa.

Author

Emmanuel Blondel, emmanuel.blondel1@gmail.com

Examples

# \donttest{
  cov <- geometa_coverage(version = "19115-3")
#> Loading ISO 19115-3 codelists...
# }