R/geosapi.R

#' @name geosapi
#' @aliases geosapi-package
#' @aliases geosapi
#' @docType package
#' 
#' @title GeoServer REST API R Interface
#' @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/> .
#'  
#'@author Emmanuel Blondel \email{emmanuel.blondel1@@gmail.com}
#'
NULL

Try the geosapi package in your browser

Any scripts or data that you put into this service are public.

geosapi documentation built on Oct. 4, 2023, 5:06 p.m.