forked from eblondel/geometa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
19 lines (19 loc) · 891 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: geometa
Type: Package
Title: Tools for Reading and Writing ISO/OGC Geographic Metadata
Version: 0.4-0
Date: 2018-09-19
Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")))
Maintainer: Emmanuel Blondel <[email protected]>
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.
Depends: R (>= 3.3.0)
Imports: methods, R6, XML
Suggests: sf, testthat, roxygen2
License: MIT + file LICENSE
URL: https://github.com/eblondel/geometa/wiki
BugReports: https://github.com/eblondel/geometa/issues
LazyLoad: yes
RoxygenNote: 6.0.1