Skip to content

Commit

Permalink
#9 add 'raster' import
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 23, 2022
1 parent fc7f217 commit 4c63d4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: ows4R
Version: 0.3
Date: 2022-02-14
Date: 2022-02-23
Title: Interface to OGC Web-Services (OWS)
Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")),
person("Alexandre", "Bennici", role = c("ctb"), comment = c(ORCID = "0000-0003-2160-3487")),
person("Norbert", "Billet", role = c("ctb")))
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Depends: R (>= 3.3.0), methods, geometa, keyring
Imports: R6, httr, openssl, XML (>= 3.96-1.1), sf, rgdal, parallel
Suggests: testthat
Imports: R6, httr, openssl, XML (>= 3.96-1.1), sf, rgdal, raster, parallel
Suggests: testthat, rasterVis
Description: Provides an Interface to Web-Services defined as standards by the Open Geospatial Consortium (OGC), including Web Feature Service
(WFS) for vector data, Web Coverage Service (WCS), Catalogue Service (CSW) for ISO/OGC metadata, and associated standards such as the common
web-service specification (OWS) and OGC Filter Encoding. Partial support is provided for the Web Map Service (WMS) and Web Processing Service (WPS).
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ import(keyring)
import(methods)
import(openssl)
import(parallel)
import(raster)
import(rgdal)
import(sf)
importFrom(R6,R6Class)
1 change: 1 addition & 0 deletions R/OWSClient.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @import XML
#' @import sf
#' @import rgdal
#' @import raster
#' @import geometa
#' @import keyring
#' @import parallel
Expand Down

0 comments on commit 4c63d4b

Please sign in to comment.