From e974c47605039bcc57728ecf8e034050daaa751b Mon Sep 17 00:00:00 2001 From: eblondel Date: Thu, 18 Apr 2024 10:07:05 +0200 Subject: [PATCH] fix Rd --- R/GMLVerticalCRS.R | 2 +- man/GMLVerticalCRS.Rd | 2 +- man/geometa.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/GMLVerticalCRS.R b/R/GMLVerticalCRS.R index e2d567c3..c6a54a5d 100644 --- a/R/GMLVerticalCRS.R +++ b/R/GMLVerticalCRS.R @@ -24,7 +24,7 @@ GMLVerticalCRS <- R6Class("GMLVerticalCRS", public = list( #'@field verticalCS [\code{\link{GMLVerticalCS}}] verticalCS = NULL, - #'@field verticalDatum [code{GMLVerticalDatum}] + #'@field verticalDatum [\code{GMLVerticalDatum}] verticalDatum = NULL, #'@description Set vertical CS diff --git a/man/GMLVerticalCRS.Rd b/man/GMLVerticalCRS.Rd index eddb598e..e4d7bf40 100644 --- a/man/GMLVerticalCRS.Rd +++ b/man/GMLVerticalCRS.Rd @@ -36,7 +36,7 @@ Emmanuel Blondel \describe{ \item{\code{verticalCS}}{[\code{\link{GMLVerticalCS}}]} -\item{\code{verticalDatum}}{[code{GMLVerticalDatum}]} +\item{\code{verticalDatum}}{[\code{GMLVerticalDatum}]} } \if{html}{\out{}} } diff --git a/man/geometa.Rd b/man/geometa.Rd index 4ac8cf76..768c3da4 100644 --- a/man/geometa.Rd +++ b/man/geometa.Rd @@ -6,7 +6,7 @@ \alias{geometa-package} \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, 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. +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 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). } \seealso{ Useful links: