From 502e3ccba8b7cf3497b3fad4c155ce1debd68eec Mon Sep 17 00:00:00 2001 From: eblondel Date: Thu, 18 Apr 2024 09:30:35 +0200 Subject: [PATCH] update rdoc --- DESCRIPTION | 3 ++- R/geometa.R | 17 +++++++++++------ man/geometa.Rd | 17 ++++++++++++----- 3 files changed, 25 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d136d50f..19296913 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,5 +16,6 @@ License: MIT + file LICENSE URL: https://github.com/eblondel/geometa/wiki BugReports: https://github.com/eblondel/geometa/issues LazyLoad: yes -RoxygenNote: 7.2.3 +Encoding: UTF-8 +RoxygenNote: 7.3.1 Roxygen: list(r6 = TRUE) diff --git a/R/geometa.R b/R/geometa.R index a5721a86..3bdf76cb 100644 --- a/R/geometa.R +++ b/R/geometa.R @@ -1,13 +1,18 @@ #' @name geometa #' @aliases geometa-package #' @aliases geometa -#' @docType package +"_PACKAGE" #' #' @title Tools for Reading and Writing ISO/OGC Geographic Metadata -#' @description Provides facilities to handle reading and writing of geographic metadata -#' defined with OGC/ISO 19115 and 19110 geographic information metadata standards, and -#' encoded using the ISO 19139 (XML) standard. +#' +#' @description Provides facilities to read, write and validate geographic metadata +#' defined with ISO TC211 / OGC ISO geographic information metadata standards, and +#' encoded using the ISO 19139 (XML) standard technical specification. This includes +#' the following standards: ISO 19110 (Feature cataloguing), 19115 (dataset metadata), +#' 19119 (service metadata) and 19136 (GML). +#' Other interoperable schemas from the OGC are progressively supported as well, such as +#' the Sensor Web Enablement (SWE) Common Data Model, the OGC GML Coverage Implementation +#' Schema (GMLCOV), or the OGC GML Referenceable Grid (GMLRGRID). #' #' @author Emmanuel Blondel \email{emmanuel.blondel1@@gmail.com} -#' -NULL \ No newline at end of file +#' \ No newline at end of file diff --git a/man/geometa.Rd b/man/geometa.Rd index b3f469fe..4ac8cf76 100644 --- a/man/geometa.Rd +++ b/man/geometa.Rd @@ -4,12 +4,19 @@ \name{geometa} \alias{geometa} \alias{geometa-package} -\title{Tools for Reading and Writing ISO/OGC Geographic Metadata} +\title{geometa: Tools for Reading and Writing ISO/OGC Geographic Metadata} \description{ -Provides facilities to handle reading and writing of geographic metadata -defined with OGC/ISO 19115 and 19110 geographic information metadata standards, and -encoded using the ISO 19139 (XML) standard. +Provides facilities to handle reading and writing of geographic metadata defined with OGC/ISO 19115, 11119 and 19110 geographic information metadata standards, and encoded using the ISO 19139 (XML) standard. It includes also a facility to check the validity of ISO 19139 XML encoded metadata. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/eblondel/geometa/wiki} + \item Report bugs at \url{https://github.com/eblondel/geometa/issues} +} + } \author{ -Emmanuel Blondel \email{emmanuel.blondel1@gmail.com} +\strong{Maintainer}: Emmanuel Blondel \email{emmanuel.blondel1@gmail.com} (\href{https://orcid.org/0000-0002-5870-5762}{ORCID}) + }