Passer au contenu

Ajoute un attribut processed dans un objet au format LAScatalog-class pour les fichiers qui intersectent une zone d'interet definie par le nom des blocs ou une emprise spatiale.

Utilisation

flag_processed(cata, roi = NULL, keep_all = FALSE)

Arguments

cata

LAScatalog-class object.

roi

sf object or character vector. Region of interest if sf object, "blocs" of interest if character vector

keep_all

boolean. Should all tiles be kept in LAScatalog, or only tiles relevant for processing ?

Valeur de retour

LAScatalog-class object with additionnal processed attribute.

Voir également

download_files to download tiles,

Exemples

if (FALSE) { # \dontrun{
flag_processed(cata, "OE")
} # }