<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-owt-classification</symbolicName>
    <version>1.3</version>
    <name>MERIS Optical Water Type Classification</name>
    <packaging>dir</packaging>

    <description>
        Performs an optical water type classification based on atmospherically corrected reflectances.
    </description>

    <changelog>
        <![CDATA[
        Changes in 1.3<br/>
            Renamed module and operator.<br/>
            Introduced different OWT types which change the classification.<br/>
        Changes in 1.2.1<br/>
            Updated dependency version of netcdf and Jama<br/>
                ]]>
    </changelog>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>Max Planck Str.2, 21502 Geesthacht (Germany)</contactAddress>
    <copyright>(C) 2014 by Brockmann Consult GmbH</copyright>
    <url>http://envisat.esa.int/beam</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <dependency>
        <module>beam-gpf</module>
    </dependency>
    <dependency>
        <module>beam-envisat-reader</module>
    </dependency>
    <dependency>
        <module>beam-netcdf</module>
    </dependency>
    <dependency>
        <module>beam-visat-rcp</module>
        <optional>true</optional>
    </dependency>

    <categories>Processing,MERIS</categories>

    <!-- As long 'OWTClassification' is internal, exclude from VISAT integration in BEAM 5 release -->

    <!--
    <extension point="beam-ui:actions">
        <action>
            <id>owtClassification</id>
            <helpId>owtClassification</helpId>
            <class>org.esa.beam.visat.actions.DefaultOperatorAction</class>
            <parent>tools</parent>
            <text>MERIS OWT Classification...</text>
            <mnemonic>O</mnemonic>
            <operatorName>OWTClassification</operatorName>
            <dialogTitle>Optical Water Type Classification</dialogTitle>
            <targetProductNameSuffix>_owt</targetProductNameSuffix>
        </action>
    </extension>
    -->

</module>
