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) – If true, do not download images. Defaults to False.

Returns:

The path to the created VRT file.

Return type:

str