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

Raster styler Band Enhancement limits are wrong #1185

Closed
offtherailz opened this issue Oct 21, 2016 · 0 comments
Closed

Raster styler Band Enhancement limits are wrong #1185

offtherailz opened this issue Oct 21, 2016 · 0 comments
Assignees
Milestone

Comments

@offtherailz
Copy link
Member

The styler limits to [0,255] the allowed values for the Band Enhancement min and max values (for algorithms strech, clip, clip to zero. This is not correct because the band values can be many different values (double, 16bit, ...).
So these are the requirements:
1 - user can use decimal values
2 - user can use negative values
3 - user can user values > 255.

@offtherailz offtherailz added this to the 0.4 milestone Oct 21, 2016
@offtherailz offtherailz self-assigned this Oct 21, 2016
offtherailz added a commit to offtherailz/MapStore2 that referenced this issue Oct 21, 2016
Removed limitations for band enhancement. Now the user can insert
decimal values, without any limitation (except that the min have to
be a lower value that the max).
The values 0, 255 will only used as initial values (until not able
to retrieve the limits from the original data).
@ghost ghost removed the pending review label Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant