<!--
  ~ Copyright (C) 2011 Brockmann Consult GmbH (info@brockmann-consult.de)
  ~
  ~ This program is free software; you can redistribute it and/or modify it
  ~ under the terms of the GNU General Public License as published by the Free
  ~ Software Foundation; either version 3 of the License, or (at your option)
  ~ any later version.
  ~ This program is distributed in the hope that it will be useful, but WITHOUT
  ~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  ~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  ~ more details.
  ~
  ~ You should have received a copy of the GNU General Public License along
  ~ with this program; if not, see http://www.gnu.org/licenses/
  -->

<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>snap-netcdf</symbolicName>
    <version>1.0.0</version>
    <name>NetCDF Product Reader and Writer</name>
    <description>
        A product reader and writer for NetCDF files. It supports metadata profiles for CF, BEAM, HDF-EOS, ODESA.
    </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>

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

    <categories>Reader,NetCDF,HDF,CF,EOS</categories>


    <extension point="snap-ui:actions">
        <action>
            <id>importNetCdfGenericProduct</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <text>NetCDF (Generic)</text>
            <formatName>NetCDF</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <mnemonic>N</mnemonic>
            <shortDescr>Import a NetCDF data product or product subset.</shortDescr>
            <helpId>importNetCdfProduct</helpId>
            <parent>importFileFormats</parent>
        </action>
        <action>
            <id>importNetCdfCFProduct</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <formatName>NetCDF-CF</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <mnemonic>H</mnemonic>
            <shortDescr>Import a NetCDF/CF data product or product subset.</shortDescr>
            <helpId>importNetCdfProduct</helpId>
            <parent>importFileFormats</parent>
        </action>
        <action>
            <id>importNetCdfBEAMProduct</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <formatName>NetCDF-BEAM</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <mnemonic>H</mnemonic>
            <shortDescr>Import a NetCDF/BEAM data product or product subset.</shortDescr>
            <helpId>importNetCdfProduct</helpId>
            <parent>importFileFormats</parent>
        </action>
        <action>
            <id>importHdfEosProduct</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <text>HDF-EOS Gridded</text>
            <formatName>HDF-EOS</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <mnemonic>H</mnemonic>
            <shortDescr>Import a gridded HDF-EOS data product or product subset.</shortDescr>
            <helpId>importNetCdfProduct</helpId>
            <parent>importFileFormats</parent>
        </action>
        <action>
            <id>exportNetCdfCFProduct</id>
            <class>org.esa.beam.visat.actions.ProductExportAction</class>
            <formatName>NetCDF-CF</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <shortDescr>Writes a product in NetCDF/CF format</shortDescr>
            <helpId>exportNetCdfProduct</helpId>
        </action>
        <action>
            <id>exportNetCdfBEAMProduct</id>
            <class>org.esa.beam.visat.actions.ProductExportAction</class>
            <formatName>NetCDF-BEAM</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <shortDescr>Writes a product in NetCDF/BEAM format</shortDescr>
            <helpId>exportNetCdfProduct</helpId>
        </action>
        <action>
            <id>exportNetCdf4BEAMProduct</id>
            <class>org.esa.beam.visat.actions.ProductExportAction</class>
            <formatName>NetCDF4-BEAM</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <shortDescr>Writes a product in NetCDF-4/BEAM format</shortDescr>
            <helpId>exportNetCdf4Product</helpId>
        </action>
        <action>
            <id>exportNetCdf4CFProduct</id>
            <class>org.esa.beam.visat.actions.ProductExportAction</class>
            <formatName>NetCDF4-CF</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <shortDescr>Writes a product in NetCDF-4/CF format</shortDescr>
            <helpId>exportNetCdf4Product</helpId>
        </action>
    </extension>

</module>
