Aggregates gis features by shape.name & id add adds new column fID and returns additional metainformation (parameter )

getFeatures(gisData, addColNames = NULL)

Arguments

gisData

data.frame with gis features as retrieved by importShapefile(s)()

addColNames

vector with additional colnames for output data.frame (Default: NULL), for valid inputs check: colNames(gisData)

Value

Return the features with attributes feature id (fID), shapefile name (shape.name) and feature name (Name)