-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: geosapi
Type: Package
Title: GeoServer REST API R Interface
Version: 0.7-1
Date: 2024-03-11
Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")))
Maintainer: Emmanuel Blondel <[email protected]>
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 <https://docs.geoserver.org/stable/en/user/rest/>.
Depends: R (>= 3.1.0)
Imports: R6, cli, openssl, httr, xml2, magrittr, keyring, readr
Suggests: testthat, waldo, roxygen2, shiny, knitr, markdown
License: MIT + file LICENSE
URL: https://github.com/eblondel/geosapi, https://eblondel.github.io/geosapi/, https://geoserver.org/
BugReports: https://github.com/eblondel/geosapi/issues
LazyLoad: yes
RoxygenNote: 7.2.3
VignetteBuilder: knitr