Passer au contenu

Fonction qui ajoute dans de tableau d'assemblage le chemin d'acces aux produits derives

Utilisation

add_attributes_ta(ta, data_folder, save = FALSE)

Arguments

ta

text or `sf` object. `sf` object or filename to load it

data_folder

test. path to directory with downloaded and computed files

save

boolean. in case `ta` is a file, should it be overwritten ?

Valeur de retour

An `sf` object with additional attributes containing the file path to derived products

Exemples

if (FALSE) { # \dontrun{
# charger depuis un fichier presente dans un dossier
ta_lidarHD <- load_classified_ta(url = NULL, save_dir = "./data/sig/")
ta_lidarHD <- lidarHD::add_attributes_ta(ta_lidarHD, dossier, save = FALSE)
} # }