Aggregates gis features by shape.name & id add adds new column fID and returns additional metainformation (parameter )
getFeatures(gisData, addColNames = NULL)
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) |
Return the features with attributes feature id (fID), shapefile name (shape.name) and feature name (Name)