Is it possible to build a .vrt file from multiple files with Rasterio?


Pierrick Rambaud
 

I would like to build a vrt file from multiple dataset. I know the gdalbuildvrt but i don't find how I'm supposed to do the same using rasterio vrt object.

Does anyone have a simple example ?

Is it even possible ? 

 

My use case is very simple, when I export a big image from GEE it's tiled in smaller .tif. instead of merging them all and get a 10 Gb .tif, I would like to create a .vrt to gather them.