id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 6775,gdal.DEMProcessingOptions(zeroForFlat=True) doesn't work,Even Rouault,Even Rouault,"Reported on mailing list: {{{ Running: opts = gdal.DEMProcessingOptions(zeroForFlat=True) gdal.DEMProcessing('my\out\file_aspect.tif', 'my\in\dem.tif', 'aspect', options=opts) resuts in the error: Too many command options 'zero_for_flat' However, if I run it as: opts = ['-zero_for_flat'] gdal.DEMProcessing('my\out\file_aspect.tif', 'my\in\dem.tif', 'aspect', options=opts) }}}",defect,closed,normal,,PythonBindings,unspecified,normal,fixed,,