The function 'extract_building_agricultural' extracts polygons corresponding to agricultural buildings from an sf object that should come from 'extract_building' use.

extract_building_agricultural(
  origin,
  destination,
  archive,
  journal = TRUE,
  map = TRUE,
  retrieve = FALSE,
  verbose = TRUE
)

Arguments

origin

character, path to the directory where archive are stored.

destination

character, path to the directory where results should be saved.

archive

character, vector of archive to be adpated.

journal

logical, should a journal file be saved.

map

logical, should a map be plotted (for check purpose).

retrieve

logical, should the result be returned.

verbose

logical, should the function give some sumup informations.

Value

if retrieve = TRUE, data.frame of adapated data stored in archive.

Author

Frédéric Grelot