<module>
    <manifestVersion>1.0.0</manifestVersion>

    <symbolicName>opendap-download-tool</symbolicName>
    <version>1.0.0</version>
    <name>OPeNDAP Download Tool</name>
    <funding>EU</funding>

    <description>
        <![CDATA[
        This module provides the ability to filter and download subsets of scientific datasets from OPeNDAP servers.
        The datasets may be filtered by a time range, by their geographical area, by the names of required raster
        values, and by a filename pattern.
        ]]>
    </description>

    <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>


    <categories>ui</categories>

    <dependency>
        <module>snap-visat-rcp</module>
    </dependency>
    <dependency>
        <module>snap-pixel-extraction</module>
    </dependency>

    <extension point="snap-ui:actions">
        <action>
            <id>showOpendapClientAction</id>
            <parent>file</parent>
            <class>org.esa.beam.opendap.ShowOpendapClientAction</class>
            <text>OPeNDAP Access</text>
            <smallIcon>icons/RsProduct16.gif</smallIcon>
            <largeIcon>icons/RsProduct24.gif</largeIcon>
            <shortDescr>Download products from OPeNDAP servers</shortDescr>
            <helpId>opendap-client</helpId>
            <placeAfter>reopen</placeAfter>
            <placeBefore>productGrabber</placeBefore>
        </action>
    </extension>

    <extension point="snap-ui:helpSets">
        <helpSet>
            <parent>snap-beam-help</parent>
            <path>doc/help/opendap-client.hs</path>
        </helpSet>
    </extension>

</module>