-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
26 lines (26 loc) · 1.31 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: geometa
Type: Package
Title: Tools for Reading and Writing ISO/OGC Geographic Metadata
Version: 0.9
Date: 2024-12-30
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
person("R Consortium", role = "fnd"))
Maintainer: Emmanuel Blondel <[email protected]>
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 and ISO 19115-3 (XML) standard technical specifications.
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
License: MIT + file LICENSE
URL: https://github.com/eblondel/geometa/wiki
BugReports: https://github.com/eblondel/geometa/issues
LazyLoad: yes
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(r6 = TRUE)