<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-wew-water</symbolicName>
    <version>1.2.10</version>
    <name>WeW Water Processor</name>
    <description>
        <![CDATA[
        <p>A VISAT plug-in and stand-alone processor which makes use of MERIS Level-1b TOA radiances in the bands 1-7,
        9-10 and 12-14 in order to retrieve case II water properties and atmospheric properties above case II waters.</p>

        <p>Documentation:</p>
        <ul>
            <li><a href="http://github.com/downloads/bcdev/beam-third-party/README.txt">README</a></li>
            <li><a href="http://github.com/downloads/bcdev/beam-third-party/ATMCORR_MERIS_Schroeder_et_al_IJRS_2007.pdf">Article in International Journal of Remote Sensing: Atmospheric correction algorithm for MERIS above case-2 waters</a></li>
            <li><a href="http://github.com/downloads/bcdev/beam-third-party/BEAM_MERIS_Schroeder_et_al_IJRS_2007.pdf">Article in International Journal of Remote Sensing: Retrieval of atmospheric and oceanic properties from MERIS measurements</a></li>
            <li><a href="http://github.com/downloads/bcdev/beam-third-party/Kratzer_et_al_in_press_2007.pdf">Article in Science Direct: Using MERIS full resolution data to monitor coastal waters</a></li>
        </ul>            
        ]]>
    </description>

    <vendor>Freie Universitaet Berlin (FUB)</vendor>
    <contactAddress>
        michael.schaale@wew.fu-berlin.de /
        Department of Earth Sciences /
        Institute for Space Sciences /
        Carl-Heinrich-Becker-Weg 6-10 /
        D-12165 Berlin
    </contactAddress>
    <url>http://www.userpage.fu-berlin.de/~geoiss/en/home.html</url>
    <copyright>Copyright (C) 2005/7 by WeW</copyright>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <changelog>
        <![CDATA[
        From 1.2.9 to 1.2.10<br/>
        Adapted to BEAM 4.10
        From 1.2.8 to 1.2.9<br/>
        [BEAM-1350] FUB/WeW processor fails with products generated by "AMORGOSed" ICOL products<br/>
        From 1.2.7 to 1.2.8<br/>
        [BEAM-1321] FUB/WeW processor shall be less restrictive with type of accepted product<br/>
        [BEAM-903] FUB/WeW processor shall handle projected products<br/>
        From 1.2.6 to 1.2.7<br/>
        Adapted to BEAM 4.9<br/>
        From 1.2.5 to 1.2.6<br/>
        Adapted to BEAM 4.8<br/>
        From 1.2.4 to 1.2.5<br/>
        Adapted to BEAM 4.8<br/>
        From 1.2.3 to 1.2.4<br/>
        Adapted to BEAM 4.7.1<br/>
        From 1.2.2 to 1.2.3<br/>
        [BEAM-1006] MER_FSG pixel geocoding not used<br/>
        From 1.2.1 to 1.2.2<br/>
        [BEAM-894] Adapt check for valid ICOL product type<br/>
        From 1.2 to 1.2.1<br/>
        [BEAM-886] Meris L1N data products are not accepted<br/>
        <br/>
        From 1.1 to 1.2<br/>
        [BEAM-877] Improve compatibility with icol products<br/>
        <br/>
        From 1.0 to 1.1<br/>
        [BEAM-668] Port FUB WeW Water Processor.<br/>
        [BEAM-669] Improve performance of FUB/WeW Water Processor.<br/>
        <br/>
        ]]>
    </changelog>

    <dependency>
        <module>beam-core</module>
    </dependency>
    <dependency>
        <module>beam-ui</module>
    </dependency>
    <dependency>
        <module>beam-meris-smac</module>
    </dependency>
    <dependency>
        <module>beam-processing</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>
    <dependency>
        <module>beam-envisat-reader</module>
    </dependency>

    <categories>Visat,Processor,Water,Case 2</categories>

    <extension point="beam-ui:actions">
        <action>
            <id>WATERProcessorPlugIn</id>
            <class>org.esa.beam.visat.actions.ProcessorAction</class>
            <processor>wew.water.WaterProcessor</processor>
            <text>FUB/WeW WATER Processor (MERIS)...</text>
            <shortDescr>Invoke the FUB/WeW WATER Processor Plugin.</shortDescr>
            <mnemonic>X</mnemonic>
            <parent>tools</parent>
            <helpID>WATERProcessorPlugIn</helpID>
        </action>
    </extension>

</module>
