<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>s3tbx-merisl3-reader</symbolicName>
    <version>1.0.0</version>
    <name>MERIS Level-3 Product Reader</name>

    <description>A reader for MERIS Binned Level-3 (netCDF) data products.</description>

    <changelog>
        <![CDATA[
        ]]>
    </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>snap-core</module>
    </dependency>
    <dependency>
        <module>snap-netcdf</module>
    </dependency>
    <dependency>
        <module>snap-visat-rcp</module>
        <optional>true</optional>
    </dependency>

    <categories>Reader,MERIS,VISAT,Level-3,NetCDF</categories>

    <extension point="snap-ui:actions">
        <action>
            <id>importMerisBinnedL3Product</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <formatName>L3_ENV_MER</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <text>MERIS Binned Level-3</text>
            <mnemonic>B</mnemonic>
            <shortDescr>Import a MERIS Binned Level-3 (NetCDF) data product or product subset.</shortDescr>
            <helpId>importMerisBinnedL3Product</helpId>
            <parent>importMultispectral</parent>
        </action>
    </extension>

</module>