Skip to content

Commit

Permalink
Merge pull request #132 from eblondel/geometa-mapping
Browse files Browse the repository at this point in the history
#101 #82 #83 geometa metadata generic mapper + 1st impl for ncdf4 (from), eml (from/to)
  • Loading branch information
eblondel committed Apr 29, 2019
2 parents 63bd36a + 01dc5e8 commit bbff2df
Show file tree
Hide file tree
Showing 12 changed files with 1,112 additions and 9 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,29 @@ apt_packages:
- libgeos-dev
- libspatialite-dev
- libgdal-dev
- libnetcdf-dev # for ncdf4
- netcdf-bin #for ncdf4
- librdf0-dev #for eml
- libv8-dev #for eml
- libjq-dev #for eml

r:
#- oldrel
- release
- devel

r_github_packages:
- ropensci/jqr
- ropensci/jsonld
- ropensci/emld
- ropensci/EML

r_packages:
- devtools
- R6
- XML
- sf
- ncdf4
- testthat
- covr

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: geometa
Type: Package
Title: Tools for Reading and Writing ISO/OGC Geographic Metadata
Version: 0.5
Date: 2019-04-04
Date: 2019-04-29
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 <emmanuel.blondel1@gmail.com>
Description: Provides facilities to handle reading and writing of geographic metadata
Expand All @@ -11,7 +11,7 @@ Description: Provides facilities to handle reading and writing of geographic met
the validity of ISO 19139 XML encoded metadata.
Depends: R (>= 3.3.0)
Imports: methods, R6, XML, httr
Suggests: sf, testthat, roxygen2
Suggests: sf, ncdf4, EML, emld, testthat, roxygen2
License: MIT + file LICENSE
URL: https://github.com/eblondel/geometa/wiki
BugReports: https://github.com/eblondel/geometa/issues
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export(readISO19139)
export(registerISOCodelist)
export(registerISOMetadataNamespace)
export(registerISOMetadataSchema)
export(registerMappings)
export(setGeometaOption)
export(setISOCodelists)
export(setISOMetadataNamespaces)
Expand All @@ -270,3 +271,4 @@ importFrom(R6,R6Class)
importFrom(methods,as)
importFrom(methods,is)
importFrom(utils,packageDescription)
importFrom(utils,read.csv)
1 change: 1 addition & 0 deletions R/ISOAbstractObject.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @importFrom R6 R6Class
#' @importFrom methods is
#' @importFrom methods as
#' @importFrom utils read.csv
#' @import XML
#' @import httr
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/geometa.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' Package: \tab geometa\cr
#' Type: \tab Package\cr
#' Version: \tab 0.5\cr
#' Date: \tab 2019-04-04\cr
#' Date: \tab 2019-04-29\cr
#' License: \tab MIT\cr
#' LazyLoad: \tab yes\cr
#' }
Expand Down
Loading

0 comments on commit bbff2df

Please sign in to comment.