geosolutions-it / ogc-testbed

Management repository for OGC testbed and other initiatives
0 stars 0 forks source link

Add raster-contrast-enhancement example in documentation/example RGB #25

Open allyoucanmap opened 5 years ago

allyoucanmap commented 5 years ago

Add raster-contrast-enhancement example in documentation/example RGB improve example RGB

* {
    raster-channels: 1 2 3;
    raster-contrast-enhancement: normalize normalize normalize;
    raster-contrast-enhancement-algorithm: StretchToMinimumMaximum;
    raster-contrast-enhancement-min: 5000;
    raster-contrast-enhancement-max: 20000;
}