readSpatialObjects: readSpatialObjects

View source: R/readSpatialObject.R

readSpatialObjectsR Documentation

readSpatialObjects

Description

A function to list spatial objects from a list of layer items

Usage

readSpatialObjects(
  wfs,
  layers,
  cleanGeom = TRUE,
  cleanStrategy = TRUE,
  verbose = TRUE
)

Arguments

wfs

instance of WFS client, object of class WFSClient from ows4R

layers

an object of class "data.frame" (single record) giving information about a GIS web-layer to query

cleanGeom

an object of class "logical" indicating if geometries have to be validated with cleangeo. Default value is TRUE.

cleanStrategy

an object of class "character". Default value is "BUFFER"

verbose

an object of class "logical" either logs have to be printed out. Default value is TRUE.

Value

an object of class "list" listing the spatial objects

Note

function used internally to build FIRMS spatial objects

Author(s)

Emmanuel Blondel, emmanuel.blondel1@gmail.com


openfigis/RFirmsGeo documentation built on Oct. 13, 2022, 9:55 p.m.