From a7e021004313d156e43763a70a029fff5dc4d258 Mon Sep 17 00:00:00 2001 From: eblondel Date: Thu, 18 Apr 2024 09:33:05 +0200 Subject: [PATCH] update description --- DESCRIPTION | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 19296913..5e6a7e79 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,10 +5,13 @@ Version: 0.8-0 Date: 2024-04-18 Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762"))) Maintainer: Emmanuel Blondel -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. +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 + 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). Depends: R (>= 3.3.0) Imports: methods, R6, XML, httr, jsonlite, keyring, readr, crayon Suggests: sf, ncdf4, EML, emld, units, testthat, roxygen2