lutraconsulting / serval

QGIS plugin for setting raster pixel values
41 stars 11 forks source link

Problems with the raster layer file format #34

Closed edenyul97 closed 2 years ago

edenyul97 commented 2 years ago

Hello!

I have tested Serval in QGIS version 3.10.14-1 using asc files. The Serval seemed to work, but the value was not actually changed. I was confused because there was no mention of the asc file in QGIS or the GitHub wiki. However, I found that It works well after converting the file to tiff

So I suggest you to add the relevant guide to GitHub wiki, or add the following phrase after line 682 of the serval.py os.path.splitext(layer.source())[1].lower()!='.asc'

erpas commented 2 years ago

Solved in 3.10.3