Changeset 44174de in flex_extract.git for Source/Python/Classes/GribUtil.py


Ignore:
Timestamp:
Jul 30, 2019, 8:30:21 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
8c1d175
Parents:
8463d78
Message:

commented out the WRF parts since they are still under construction and added License SPDX tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/Classes/GribUtil.py

    r8463d78 r44174de  
    1313#
    1414# @License:
    15 #    (C) Copyright 2014-2018.
    16 #
    17 #    This software is licensed under the terms of the Apache Licence Version 2.0
    18 #    which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    19 #
    20 # @Class Description:
    21 #    The GRIB API provides all necessary tools to work directly with the
    22 #    grib files. Nevertheless, the GRIB API tools are very basic and are in
    23 #    direct connection with the grib files. This class provides some higher
    24 #    functions which apply a set of GRIB API tools together in the respective
    25 #    context. So, the class initially contains a list of grib files (their
    26 #    names) and the using program then applies the methods directly on the
    27 #    class objects without having to think about how the actual GRIB API
    28 #    tools have to be arranged.
    29 #
    30 # @Class Content:
    31 #    - __init__
    32 #    - get_keys
    33 #    - set_keys
    34 #    - copy_dummy_msg
    35 #    - index
    36 #
    37 # @Class Attributes:
    38 #    - filenames
    39 #
     15#    (C) Copyright 2014-2019.
     16#    Anne Philipp, Leopold Haimberger
     17#
     18#    SPDX-License-Identifier: CC-BY-4.0
     19#
     20#    This work is licensed under the Creative Commons Attribution 4.0
     21#    International License. To view a copy of this license, visit
     22#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
     23#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
    4024#*******************************************************************************
    4125
     
    5337    '''
    5438    Class for GRIB utilities (new methods) based on GRIB API
     39
     40    The GRIB API provides all necessary tools to work directly with the
     41    grib files. Nevertheless, the GRIB API tools are very basic and are in
     42    direct connection with the grib files. This class provides some higher
     43    functions which apply a set of GRIB API tools together in the respective
     44    context. So, the class initially contains a list of grib files (their
     45    names) and the using program then applies the methods directly on the
     46    class objects without having to think about how the actual GRIB API
     47    tools have to be arranged.
    5548    '''
    5649    # --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG