geosolutions-it / evo-odas

Code Repository for the EVO-ODAS
https://waffle.io/geosolutions-it/evo-odas
MIT License
31 stars 15 forks source link

gdal_translate operator subdags #109

Open maabdelghaffar opened 7 years ago

maabdelghaffar commented 7 years ago

Description: The gdaladdo operator is implemented to fetch xcom keys from gdalwarp using subdags. in Landsat8 we are not using gdalwarp so we have to enhance gdal_translate to work with subdags so that it can call and pass parameters to gdaladdo later on correctly.

randomorder commented 7 years ago

I believe there is nothing "subDAG" specific to implement but the operator must be able to fetch XComs from a given key / taskid / dagid passed as parameter like the other implemented GDAL operators

maabdelghaffar commented 7 years ago

Great, this update will be included same as Sentinel2 rsync

randomorder commented 6 years ago

GDAL Operators work independently of the SubDAG mechanism. XCom messages exchange is working. @maabdelghaffar can I close this?