<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/sld
http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd" version="1.0.0">
<UserLayer>
        <Name>rasterfao-ndvi</Name>
        <LayerFeatureConstraints>
            <FeatureTypeConstraint/>
        </LayerFeatureConstraints>
        <UserStyle>
                <Name>rasterfao-ndvi</Name>
                <Title>ndvi</Title>
                <Abstract>Automatically generated SLD from ndvi.clr</Abstract>
                <FeatureTypeStyle>
                        <Rule>
                                <RasterSymbolizer>
                                    <Opacity>1.0</Opacity>
                                    <OverlapBehavior>
                                       <AVERAGE/>
                                    </OverlapBehavior>
                                    <ColorMap type="values" >
                                    

<ColorMapEntry color="#FF0000" quantity="0.0" opacity="1.0" label="Cultivated and Managed areas"/>
<ColorMapEntry color="#005CE6" quantity="1.0" opacity="1.0" label="Postflooding/irrigated crop"/>
<ColorMapEntry color="#FFFF00" quantity="2.0" opacity="1.0" label="Rainfed herbaceous crops,shrub"/>
<ColorMapEntry color="#E69800" quantity="3.0" opacity="1.0" label="Mosaic crop(50-70%)"/>
<ColorMapEntry color="#38A800" quantity="4.0" opacity="1.0" label="Mosaic crop(20-50%)"/>
                                    </ColorMap>

                                </RasterSymbolizer>
                        </Rule>
                </FeatureTypeStyle>
        </UserStyle>
</UserLayer>
</StyledLayerDescriptor>
