<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-netcdf</symbolicName>
    <version>1.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) 2008 by Brockmann Consult GmbH</copyright>
    <url>http://envisat.esa.int/beam</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>


    <dependency>
        <module>beam-core</module>
    </dependency>
    <dependency>
        <module>lib-netcdf</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>

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

    <extension point="ceres-core:serviceProviders">
        <serviceProvider>org.esa.beam.dataio.netcdf.metadata.ProfileSpi</serviceProvider>
    </extension>

    <extension point="beam-ui:actions">
        <action>
            <id>importNetCdfCFProduct</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <text>Import NetCDF/CF Product...</text>
            <formatName>NetCDF</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <mnemonic>H</mnemonic>
            <shortDescr>Import a NetCDF/CF data product or product subset.</shortDescr>
            <description>Import a NetCDF/CF data product or product subset.</description>
            <helpId>importNetCdfProduct</helpId>
        </action>
        <action>
            <id>importHdfEosProduct</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <text>Import HDF-EOS Gridded Product...</text>
            <formatName>NetCDF</formatName>
            <profileClassName>org.esa.beam.dataio.netcdf.metadata.profiles.hdfeos.HdfEosProfileSpi</profileClassName>
            <useAllFileFilter>true</useAllFileFilter>
            <mnemonic>H</mnemonic>
            <shortDescr>Import a gridded HDF-EOS data product or product subset.</shortDescr>
            <description>Import a gridded HDF-EOS data product or product subset.</description>
            <helpId>importNetCdfProduct</helpId>
        </action>
        <action>
            <id>exportNetCdfCFProduct</id>
            <class>org.esa.beam.visat.actions.ProductExportAction</class>
            <text>Export NetCDF/CF Product...</text>
            <formatName>NetCDF</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <shortDescr>Writes a product in NetCDF/CF format</shortDescr>
            <description>Writes a product in NetCDF/CF format</description>
            <helpId>exportNetCdfProduct</helpId>
        </action>
    </extension>

</module>
