You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the HRU calculation workflow, I get the following warnings in the console, not sure if they are significant?
2024-04-22T09:50:41 WARNING Traceback (most recent call last):
File "C:\Users/felixfroehlich/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QTalsim\qtalsim.py", line 1181, in fillLanduseTable
item = QTableWidgetItem(data)
TypeError: arguments did not match any overloaded call:
QTableWidgetItem(type: int = QTableWidgetItem.ItemType.Type): argument 1 has unexpected type 'QVariant'
QTableWidgetItem(str, type: int = QTableWidgetItem.ItemType.Type): argument 1 has unexpected type 'QVariant'
QTableWidgetItem(QIcon, str, type: int = QTableWidgetItem.ItemType.Type): argument 1 has unexpected type 'QVariant'
QTableWidgetItem(QTableWidgetItem): argument 1 has unexpected type 'QVariant'
2024-04-22T09:51:17 WARNING Traceback (most recent call last):
File "C:\Users/felixfroehlich/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QTalsim\qtalsim.py", line 1181, in fillLanduseTable
item = QTableWidgetItem(data)
TypeError: arguments did not match any overloaded call:
QTableWidgetItem(type: int = QTableWidgetItem.ItemType.Type): argument 1 has unexpected type 'QVariant'
QTableWidgetItem(str, type: int = QTableWidgetItem.ItemType.Type): argument 1 has unexpected type 'QVariant'
QTableWidgetItem(QIcon, str, type: int = QTableWidgetItem.ItemType.Type): argument 1 has unexpected type 'QVariant'
QTableWidgetItem(QTableWidgetItem): argument 1 has unexpected type 'QVariant'
2024-04-22T12:05:04 WARNING Traceback (most recent call last):
File "C:\Users/felixfroehlich/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QTalsim\qtalsim.py", line 1397, in createLanduseLayer
resultDissolve = processing.run("native:dissolve", {'INPUT':self.landuseTalsim,'FIELD': self.selected_landuse_parameters,'SEPARATE_DISJOINT':True,'OUTPUT':'TEMPORARY_OUTPUT'})
File "C:\OSGeo4W/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 108, in run
return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
File "C:\OSGeo4W/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 187, in runAlgorithm
ret, results = execute(alg, parameters, context, feedback, catch_exceptions=False)
File "C:\OSGeo4W/apps/qgis-ltr/./python/plugins\processing\gui\AlgorithmExecutor.py", line 72, in execute
results, ok = alg.run(parameters, context, feedback, {}, False)
_core.QgsProcessingException: Could not write feature into OUTPUT
The text was updated successfully, but these errors were encountered:
- Bug fix for HRU calculation if there are small polygons without
parameters or features without area
- Add user feedback for processes and also add visual indication (issue #12)
- Change names of edited layers (add name of optional editing step:
overlap/gaps removal) (issue #11)
- Update all layer-comboboxes automatically if layer gets inserted in
project or deleted from project (issue #10)
- Bug fix: Handling of land uses without land use type (issue #14)
- Change button to "Delete All Overlapping Features"
- Update documentation
-- Add tip to perform deletion of overlaps/gaps more often if they
are not deleted in first try
- Minor bug fix: Select features in "Check Overlaps"-Table
Testing the HRU calculation workflow, I get the following warnings in the console, not sure if they are significant?
The text was updated successfully, but these errors were encountered: