All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sousa.ncml-binding-example-ucararray.0.5.1.source-code.sample_header.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  ncml-binding-example-ucararray
  %%
  Copyright (C) 2020 - 2021 Henrique L. F. de Sousa
  %%
  This program 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, either version 2.1 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 Lesser Public License for more details.
  
  You should have received a copy of the GNU General Lesser Public
  License along with this program.  If not, see
  <http://www.gnu.org/licenses/lgpl-2.1.html>.
  #L%
  -->

<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2
                      https://www.unidata.ucar.edu/schemas/netcdf/ncml-2.2.xsd">

  <dimension name="number_of_items" length="10" />
  
  <attribute name="title" type="string" value="Sample NetCDF file" />

  <group name="groupMap:group\d+">
    <attribute name="name" type="string" />
    <variable name="items" shape="number_of_items" type="int" />
  </group>
  
  <variable name="temperatureMap:temp_.*" type="float">
    <attribute name="long_name" type="string" />
    <attribute name="units" type="string" value="Celsius degrees" />
  </variable>
  
</netcdf>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy