imageMath mission projection

Issue #509 resolved
Benjamin Jakimow created an issue

ImageMath fails to copy spatial extents from reference layer:

Traceback (most recent call last):
  File "D:\Repositories\enmap-box\enmapbox\coreapps\enmapboxapplications\imagemathapp\core.py", line 641, in setValueByLayer
    extent = hubdc.core.Extent(xmin=qgsExtent.xMinimum(),
TypeError: __init__() missing 1 required positional argument: 'projection'

Comments (1)

  1. Log in to comment