GispoCoding / eis_qgis_plugin

A QGIS plugin for mineral prospectivity mapping
https://eis-he.eu/
GNU General Public License v2.0
8 stars 1 forks source link

IDW slow in the wizard #143

Closed jtpesone closed 1 day ago

jtpesone commented 2 months ago

BUG DESCRIPTION IDW interpolation in the Wizard's proxy processing does not work (keeps on processing for more than half an hour, no result). IDW in the EIS Processing Algorithms works fine. Kriging option works fast also through the Wizard.

REPRO STEPS

  1. In the wizard Mineral system proxies page, select IOCG Mineral system and Study scale "Regional" image

  2. Press the Process button for Distance to high Fe concentrations

  3. Input data can be obtained from johanna.pesonen@gtk.fi. Also available via project's Nextcloud. Input vector layer is in the folder "Geochemical data/Vector files", and the Base raster in the folder "Geophysical data/AEM" image

Expected behavior IDW would run in appr. 2 minutes.

Desktop (please complete the following information):

nmaarnio commented 2 months ago

This is not slowness of the algorith, but some kind of bug that prevents the execution to finish. Again, it would be better to investigate these kind of bugs using the processing algorithm directly, since it will show the progress bar and execution time (if it finishes).

This issue might get resolved when PR #146 is merged. At least I could run IDW without any issues in Wizard.

nmaarnio commented 1 day ago

The stuck execution bug has been fixed, closing.