mapflow-qgis icon indicating copy to clipboard operation
mapflow-qgis copied to clipboard

Uncaught MemoryError

Open kankonaj opened this issue 1 year ago • 0 comments

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:\Users/kanko/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\mapflow\mapflow.py", line 1168, in calculate_aoi_area_polygon_layer
    aoi = QgsGeometry.collectGeometry([feature.geometry() for feature in features])
  File "C:\Users/kanko/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\mapflow\mapflow.py", line 1168, in <listcomp>
    aoi = QgsGeometry.collectGeometry([feature.geometry() for feature in features])
MemoryError

mapflow 1.7.0, QGIS 3.26.3-Buenos Aires on Windows 10

kankonaj avatar Mar 25 '23 10:03 kankonaj