Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graduated style : allow to set min/max manually and allow clip or stretch (raster-like control) #20637

Open
qgib opened this issue Apr 1, 2015 · 15 comments
Labels
Feature Request Symbology Related to vector layer symbology or renderers Vectors Related to general vector layer handling (not specific data formats)

Comments

@qgib
Copy link
Contributor

qgib commented Apr 1, 2015

Author Name: Olivier Dalang (@olivierdalang)
Original Redmine Issue: 12491

Redmine category:symbology


Hi !

In raster layers, we are able to either define the min/max either manually or from the data (with quite precise control allowing to ignore outstanding values).
The exact same feature should be available for graduated style for vector layers.

Then, one should also be able to choose whether he wants to clip features that are outside the defined range or to show include them in the lowest/highest class, again exactly like how you can do for raster layers.

For the sake of consistency, the UI should be the same between rasters and vectors (probably improving a bit the UI at the same time, since for now it's not very clear).

What do you think ?

Best,

Olivier

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0

@kannes
Copy link
Contributor

kannes commented Aug 13, 2020

#31146 was a duplicate with some good comments.

@porterdf
Copy link

porterdf commented Nov 22, 2020

just wanted to echo the desired functionality laid out in #31146. I currently achieve similar end result by building a query (often something like abs("VAR") < 5) but kinda clunky.

@naught101
Copy link

Very needed. It's possible to use an expression like min(max(0, "value"), 1), but this is not sufficient if the aim is to have a min/max bigger then the data (e.g. so that it matches another layer).

@gioman gioman added the Rasters Related to general raster layer handling (not specific data formats) label Feb 4, 2021
@cehiles
Copy link

cehiles commented Oct 21, 2021

This would be so helpful to me. It would be great to get it on the development path. Thanks!

@talledodiego
Copy link
Contributor

This would helpful to many I think.

@marcus302
Copy link

Running into this as well. This feature would be very much appreciated.

@jo-chemla
Copy link

jo-chemla commented Sep 28, 2023

Would be great to port these min/max features of raster Single Band Gray/Pseudocolor Symbology to vector layers Graduated Symbology as well (let min/max be user defined or computed or cumulative count cut 2%/98% percentiles etc).

@IdrissaD
Copy link

This feature would be awesome indeed!

@andrewcharles
Copy link

Another bump for this feature. Thanks!

@NicBart
Copy link

NicBart commented Jan 17, 2024

This feature would be very much appreciated to filter out outliers which give a distortion to the visualisation of the dataset

@zawadzl
Copy link

zawadzl commented Feb 6, 2024

This feature would help a lot, thanks!

@Pavlovhadgeenkat
Copy link

This feature would save my life. What do we need to do?

Very needed. It's possible to use an expression like min(max(0, "value"), 1), but this is not sufficient if the aim is to have a min/max bigger then the data (e.g. so that it matches another layer).

Ok I did not know this. This is what i needed so hard, thank you.

@kannes
Copy link
Contributor

kannes commented Jun 29, 2024

This feature would save my life. What do we need to do?

Do you have a financial budget that could pay for this feature? I am sure a developer would be available.

@zawadzl
Copy link

zawadzl commented Jun 30, 2024

Hi, I work for the french Space Agency, I will try to find some budget for this. It looks like I am not the only one needing this. I'll keep you posted. Any dev up for it?

@Djedouas Djedouas added Vectors Related to general vector layer handling (not specific data formats) and removed Rasters Related to general raster layer handling (not specific data formats) labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Symbology Related to vector layer symbology or renderers Vectors Related to general vector layer handling (not specific data formats)
Projects
None yet
Development

No branches or pull requests