CSIRO-Precision-Agriculture / PAT_QGIS_Plugin

PAT is a QGIS plugin containing a collection of tools for processing precision agriculture data.
Other
25 stars 8 forks source link

Error when using 'Run VESPER Kriging' and 'Import Vesper Results' tools #33

Closed cratcliff closed 4 years ago

cratcliff commented 4 years ago

Running Run VESPER Kriging tool is producing the following error

Could not import from VESPER to raster TIFF possibly due to a VESPER error.

Running Import Vesper Results tool is producing the following error

NoneType' object has no attribute 'color1' Traceback (most recent call last): File "C:/Users/XXX/.qgis2/python/plugins\pat\gui\postVesper_dialog.py", line 293, in accept color_ramp=raster_sym['colour_ramp']) File "C:/Users/XXX/.qgis2/python/plugins\pat\util\qgis_symbology.py", line 82, in raster_apply_classified_renderer rmp_colors = [ramp.color1().name()] # the first AttributeError: 'NoneType' object has no attribute 'color1'

cratcliff commented 4 years ago

This is due to the PAT symbols not being installed. Installation instructions can be found in chapter 4.3 of the user manual.