<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>snap-getasse30-reader</symbolicName>
    <version>1.0.0</version>
    <name>GETASSE30 DEM Reader</name>


    <description>Enables SNAP to read the GETASSE30 digital elevation model.</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>

    <changelog>
        <![CDATA[
        ]]>
    </changelog>

    <dependency>
        <module>snap-core</module>
    </dependency>
    <dependency>
        <module>snap-visat-rcp</module>
        <optional>true</optional>
    </dependency>


    <categories>Reader,DEM,GETASSE30</categories>

    <extension point="snap-ui:actions">
        <action>
            <id>importGETASSE30Product</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <formatName>GETASSE30</formatName>
            <text>GETASSE30 DEM Tile</text>
            <mnemonic>G</mnemonic>
            <shortDescr>Import a GETASSE30 DEM tile or tile subset.</shortDescr>
            <helpId>importGETASSE30Product</helpId>
        </action>
    </extension>

</module>