download_and_build_vrt#

download_and_build_vrt(image_uris: List[str], vrt_dir: str, stream: bool = False) str[source]#

Download images (if needed) and build a VRT for a set of TIFF files.

Parameters
  • image_uris (List[str]) – Image URIs.

  • vrt_dir (str) – Dir where the VRT will be created.

  • stream (bool, optional) – If true, do not download images. Defaults to False.

Returns

The path to the created VRT file.

Return type

str