Package: ows4R
Version: 0.3-6
Date: 2023-09-01
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)
Imports: methods, R6, httr, openssl, keyring, XML (>= 3.96-1.1),
        geometa (>= 0.7-1), sf, terra, parallel
Suggests: testthat, knitr, markdown
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, Web Processing Service (WPS) for data processes,
 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). The purpose is to add support for additional OGC service standards such as Web Coverage Processing Service (WCPS), the Sensor 
 Observation Service (SOS), or even new standard services emerging such OGC API or SensorThings.
License: MIT + file LICENSE
URL: https://github.com/eblondel/ows4R,
        https://eblondel.github.io/ows4R/,
        https://www.ogc.org/standards/
BugReports: https://github.com/eblondel/ows4R/issues
LazyLoad: yes
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-09-01 09:41:28 UTC; emman
Author: Emmanuel Blondel [aut, cre] (<https://orcid.org/0000-0002-5870-5762>),
  Alexandre Bennici [ctb] (<https://orcid.org/0000-0003-2160-3487>),
  Norbert Billet [ctb]
Repository: CRAN
Date/Publication: 2023-09-01 10:10:02 UTC
