Charger le tableau d'assemblage des nuages classifies IGN
load_classified_ta.RdTelecharge le tableau d'assemble des dalles depuis le flux WFS
(https://data.geopf.fr/private/wfs/wfs?apikey=interface_catalogue)
couche "IGNF_LIDAR-HD_TA:nuage-dalle" assez lent (5000 entites a la fois)
charge comme objet au format sf
Utilisation
load_classified_ta(
url = "https://api.stac.teledetection.fr",
save_dir = NULL,
bbox = NULL
)Arguments
- url
text. link of the wfs source of the classified tiles extents, if set to
NULLdata will be loaded from the most recent file insave_dirwithload_saved_ta. Replacenuage-dallebymnt-dalle,mns-dalleormnh-dalleto download the table of MNT, MNS or MNH.- save_dir
text. if specified, directory where the output is saved, with name
ta_YYMMDD.gpkg(only for point clouds)- bbox
sf object from which a bbox can be extracted (only used if
urlis "https://api.stac.teledetection.fr")