-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
#' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.