qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.58k stars 3k forks source link

Add default setting for min/max values accuracy #33261

Open lnicola opened 4 years ago

lnicola commented 4 years ago

Basically same as https://github.com/qgis/QGIS/issues/20181. It's possible to toggle this from Estimate to Actual on each raster, but the default is still Estimate, and there seems to be no way to configure it from settings.

elvilanova commented 3 years ago

Agree. It's the same as #20181. If one is performing several raster analysis has to go to each raster and change its accuracy from Estimate to Actual. The default Estimate is not desirable, it can lead to misinterpretations. I guess the fastest solution is to change QGIS default behaviour, that is, to be Actual. In the long term, it could be solved similarly to how it is possible for 'Limits (minimum/maximum)' in 'Settings > Options > Rendering', there could be a list allowing a user to choose raster accuracy default behaviour.

elvilanova commented 1 day ago

Raster_Stats This mocked image is somehow what is intended with this issue, as well as with #20181. Default behavior should be 'Actual' and give the user the ability to choose Accuracy mode default behavior in the 'Settings > Options > Rendering > Raster' options menu.