<module>
    <manifestVersion>1.0.0</manifestVersion>

    <symbolicName>smos-ee2netcdf</symbolicName>
    <name>SMOS EarthExplorer to NetCDF converter</name>
    <version>4.0</version>

    <description>
        This module facilitates converting SMOS product files from
        Earth Explorer into NetCDF-4 format.
    </description>

    <changelog>
        Initial release for Sentinel-3 Toolbox.
    </changelog>

    <vendor>Brockmann-Consult GmbH</vendor>
    <contactAddress>Max-Planck-Str. 2, 21502 Geesthacht, Germany</contactAddress>
    <copyright>(C) 2013-2014 by Brockmann-Consult GmbH</copyright>
    <url>http://github.com/bcdev/smos-box</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <dependency>
        <module>snap-gpf</module>
    </dependency>
    <dependency>
        <module>snap-netcdf</module>
    </dependency>
    <dependency>
        <module>smos-reader</module>
    </dependency>
    <dependency>
        <module>smos-tools</module>
    </dependency>
    <dependency>
        <module>smos-gui</module>
    </dependency>


    <categories>Processor,SMOS,Data Conversion</categories>

    <extension point="snap-ui:actions">
        <action>
            <id>smosEE2NetCDFExport</id>
            <class>org.esa.beam.smos.ee2netcdf.visat.EEToNetCDFExportAction</class>
            <helpId>smosEE2NetCDFExport</helpId>
            <parent>exportOther</parent>
            <text>Convert SMOS EE files to NetCDF-4 ...</text>
            <mnemonic>N</mnemonic>
        </action>
    </extension>

</module>
