forked from eblondel/ows4R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
19 lines (19 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: ows4R
Version: 0.1-1
Date: 2019-05-26
Title: Interface to OGC Web-Services (OWS)
Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
person("Norbert", "Billet", role = c("ctb")))
Maintainer: Emmanuel Blondel <[email protected]>
Depends: R (>= 3.3.0), methods, geometa
Imports: R6, httr, openssl, XML (>= 3.96-1.1), sf, rgdal
Suggests: testthat
Description: Provides an Interface to Web-Services defined as standards by the Open Geospatial Consortium (OGC), including Web Feature Service
(WFS) for vector data, Catalogue Service (CSW) for ISO/OGC metadata and associated standards such as the common web-service specification (OWS) and
OGC Filter Encoding. The long-term purpose is to add support for additional OGC service standards such as Web Coverage Service (WCS) and
Web Processing Service (WPS).
License: MIT + file LICENSE
URL: https://github.com/eblondel/ows4R, http://www.opengeospatial.org/standards
BugReports: https://github.com/eblondel/ows4R/issues
LazyLoad: yes
RoxygenNote: 6.1.1