Show how to display from a VRT file, the bounding box using a CSV as an input. A reaction as a dynamic alternative to https://twitter.com/spatialthoughts/status/1442905558521053184
PS: No approach is better. It depends of requirements.
You can open in QGIS the file demo-sql-csv.vrt
as a vector layer to see CSV layer with a polygon geometry created from xmin, xmax, ymin and ymax
You can also do with GDAL command line
ogrinfo -so -al demo-sql-csv.vrt
Comparison is possible with original buildings source building_before_bounding_box.geojson (CSV was created only for demo purpose)
Feel free to inspect the demo-sql-csv.vrt
file content