All functions

dt_addDefaultStyleToDataLayer()

add a default style (precalculalted and stored in geoserver) for a layer (vector or tiff)

dt_addShp2DataStore()

upload a shpfile (zip) to geoserver

dt_createFeatureType()

create a featuretype in geoserver datastore, which makes the uploaded shpfile 'published'

dt_createWMSStyle()

create wms style parameters for a given wfs datalayer

dt_createWorkspace()

create a new workspace

dt_debugprint()

debug print

dt_deleteTiffDataLayer()

delete a coverage layer based on layername

dt_deleteTiffDataStore()

delete a coverage store (related to current mydevkey) and all layers it contains on geoserver (a bit dangerous)

dt_df2jsonlist()

convert data.frame to json list structure

dt_getBbox()

get boundingbox of a sp object

dt_getFeatureType()

get all featuretypes defined in the given datastore of the given workspace in geoserver (workspace and datastore are defined the globalGSCredentials)

dt_getGeomType()

get the geometry type of sp object

dt_getLayerNameFromWFSUrl()

get layname from wfs url

dt_getWorkspace()

get all workspaces

dt_initGeoServerCredentials()

get GeoServer Credentials from server and initialise variables for current devkey

dt_loadGeoJSON2DF()

load geojson from url into a data.frame object. this is particularly useful to handle geojson wfsurl with null geometry

dt_loadGeoJSON2DFWithAuth()

load geojson from url (username/password protected) into a data.frame object. this is particularly useful to handle geojson wfsurl with null geometry

dt_loadGeoJSON2SP()

load geojson from url into a sp object

dt_loadGeoJSON2SPWithAuth()

load geojson from url (username/password protected) into a sp object

dt_long2UTM()

find utm zone for given longitude

dt_project2UTM()

reproject(transform) a sp object to a proper utm crs

dt_project2WGS84()

reproject(transform) a sp object to a WGS84 (EPSG:4326)

dt_publishSP2GeoServer()

publish a sp object to geoserver using RESTful API via curl

dt_publishSP2GeoServerWithMultiStyles()

publish a sp object to geoserver with multiple wms stlying information

dt_publishSP2GeoServerWithName()

publish a sp object to geoserver with wms stlying information

dt_publishSP2GeoServerWithStyle()

publish a sp object to geoserver with wms stlying information

dt_publishTiffDataLayer()

publish a geotiff to geoserver

dt_updateJob()

sync and update job outputs