/* * Geotoolkit.org - An Open Source Java GIS Toolkit * http://www.geotoolkit.org * * (C) 2012, Open Source Geospatial Foundation (OSGeo) * (C) 2012, Geomatys * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; * version 2.1 of the License. * * This library 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 * Lesser General Public License for more details. */ /** * Maps ISO metadata elements from/to the <a href="http://www.cfconventions.org">CF-compliant</a> * attributes in a NetCDF file. The mapping is defined in the following web pages: * <p> * <ul> * <li><a href="https://geo-ide.noaa.gov/wiki/index.php?title=NetCDF_Attribute_Convention_for_Dataset_Discovery">NetCDF * Attribute Convention for Dataset Discovery</a> wiki</li> * <li><a href="http://ngdc.noaa.gov/metadata/published/xsl/nciso2.0/UnidataDD2MI.xsl">UnidataDD2MI.xsl</a> file</li> * </ul> * <p> * The NetCDF attributes recognized by this package are listed in the * {@link org.geotoolkit.metadata.netcdf.NetcdfMetadata} class. * * @author Martin Desruisseaux (Geomatys) * @version 3.20 * * @since 3.20 * @module */ package org.geotoolkit.metadata.netcdf;