Package: geosapi
Type: Package
Title: GeoServer REST API R Interface
Version: 0.4-1
Date: 2019-09-30
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 an R interface to the GeoServer REST API, allowing to upload 
 and publish data in a GeoServer web-application and expose data to OGC Web-Services. 
 The package currently supports all CRUD (Create,Read,Update,Delete) operations
 on GeoServer workspaces, namespaces, datastores (stores of vector data), featuretypes,
 layers, styles, as well as vector data upload operations. For more information about 
 the GeoServer REST API, see <http://docs.geoserver.org/stable/en/user/rest/>.
Depends: R (>= 3.1.0)
Imports: R6, openssl, httr, XML
Suggests: testthat, roxygen2
License: MIT + file LICENSE
URL: https://github.com/eblondel/geosapi/wiki, http://geoserver.org/
BugReports: https://github.com/eblondel/geosapi/issues
LazyLoad: yes
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-30 10:57:45 UTC; manub
Author: Emmanuel Blondel [aut, cre] (<https://orcid.org/0000-0002-5870-5762>)
Repository: CRAN
Date/Publication: 2019-09-30 11:40:02 UTC
