build_vrt# build_vrt(vrt_path: str, image_uris: list[str]) → None[source]# Build a VRT for a set of TIFF files. Parameters: vrt_path (str) – Local path for the VRT to be created. image_uris (list[str]) – Image URIs. Return type: None