<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>snap-binning</symbolicName>
    <version>1.0.0</version>
    <name>Level-3 Binning Processor (GPF)</name>

    <description>
        The Level-3 Binning Operator performs a spatial and temporal aggregation of a number of input (Level-2)
        products using the NASA SeaDAS binning scheme. This module has replaced the module 'snap-binning'.
    </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>
    <funding>ESA, EU (Project Aquamar)</funding>

    <dependency>
        <module>snap-gpf</module>
    </dependency>
    <dependency>
        <module>snap-netcdf</module>
    </dependency>
    <dependency>
        <module>snap-visat-rcp</module>
        <optional>true</optional>
    </dependency>

    <categories>Application,Processor,Geometry,VISAT,Level-3,Envisat,MERIS,AATSR,AVHRR,CHRIS</categories>

    <extension point="snap-ceres-core:serviceProviders">
        <serviceProvider>org.esa.beam.binning.AggregatorDescriptor</serviceProvider>
    </extension>

    <extension point="snap-ui:actions">
        <action>
            <parent>processing</parent>
            <id>Binning</id>
            <placeLast>true</placeLast>
            <text>Level-3 Binning</text>
            <class>org.esa.beam.binning.operator.ui.BinningOperatorAction</class>
            <operatorName>Binning</operatorName>
            <helpId>binning_overview</helpId>
        </action>
    </extension>
    <!-- todo - clarify with MZ if we need this, it is actually an OC-CCI-specific product format -->
    <extension point="snap-ui:actions">
        <action>
            <id>importBinnedProduct</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <formatName>Binned_data_product</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <text>Binned SeaDAS data</text>
            <shortDescr>Import a SeaDAS-Level-3-alike NetCDF file.</shortDescr>
            <parent>importMultispectral</parent>
        </action>
    </extension>

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

</module>
