Wrap the gdalinfo utility in an airflow operator, the idea is to keep it as simple as possible in order to define a basic building blocks.
don't expose all of the gdalinfo options but only those required by the evo-odas processing
it should work on a single image per time
A nice to have would be a config parameter to subset the output
e.g. "ALL" returns all the gdalinfo output
"CRS" returns only the info related to crs
"BBOX" returns only the info related to the bbox
ecc...
Wrap the gdalinfo utility in an airflow operator, the idea is to keep it as simple as possible in order to define a basic building blocks.