Open zerebubuth opened 8 years ago
We're using the Python bindings to GDAL, so it's possible to build the VRT directly in Python without needing to shell out to gdalbuildvrt. The question will be how much logic is in gdalbuildvrt that we would need to re-implement?
gdalbuildvrt
We're using the Python bindings to GDAL, so it's possible to build the VRT directly in Python without needing to shell out to
gdalbuildvrt
. The question will be how much logic is ingdalbuildvrt
that we would need to re-implement?