Changes between Version 61 and Version 62 of doc/app/iofiles/pids/static


Ignore:
Timestamp:
Nov 27, 2019 1:47:41 PM (5 years ago)
Author:
gronemeier
Comment:

add description of grid mapping

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/pids/static

    v61 v62  
    4646----
    4747
     48=== [=#grid_mapping '''grid mapping] ===
     49Grid mapping is defined via variable ''crs'' which is defined as:
     50||='''Variable'''=||='''Type'''=||='''Attributes'''=||='''Remarks'''=||
     51||''crs''         || NC_INT     || see list below   || ''crs'' has no dimensions (single integer); its value does not need to be set. ||
     52
     53The following list defines the attributes of the grid-mapping variable ''crs''. Given values are an example of how to define "EPSG:25833" (ETRS89 / UTM zone 33N).
     54||='''Attribute'''                     =||='''Type'''=||='''Value'''                  =||
     55||{{{long_name}}}                       || NC_CHAR    || "coordinate reference system" ||
     56||{{{grid_mapping_name}}}               || NC_CHAR    || "transverse_mercator"         ||
     57||{{{semi_major_axis}}}                 || NC_CHAR    || 6378137.0                     ||
     58||{{{inverse_flattening}}}              || NC_FLOAT   || 298.257222101                 ||
     59||{{{longitude_of_prime_meridian}}}     || NC_FLOAT   || 0.0                           ||
     60||{{{longitude_of_central_meridian}}}   || NC_FLOAT   || 15.0                          ||
     61||{{{latitide_of_projection_origin}}}   || NC_FLOAT   || 0.0                           ||
     62||{{{scale_factor_at_central_meridian}}}|| NC_FLOAT   || 0.9996                        ||
     63||{{{false_easting}}}                   || NC_FLOAT   || 500000.0                      ||
     64||{{{false_northing}}}                  || NC_FLOAT   || 0.0                           ||
     65||{{{units}}}                           || NC_CHAR    || "m"                           ||
     66||{{{epsg_code}}}                       || NC_CHAR    || "EPSG:25833"                  ||
     67
     68----
     69
    4870=== [=#attrlist '''List of attributes] ===
    4971The following list gives an overview of attributes that can be assigned to variables in a static driver file.
    50 ||='''Attribute'''  =||= Type  =||= Value =||= Description =||
    51 ||{{{_FillValue}}}   || Variable-specific || Variable-specific || Fill value for missing data ||
    52 ||{{{coordinates}}}  || NC_CHAR || "E_UTM N_UTM lon lat" (?) ||Coordinate system ||
    53 ||{{{flag_meanings}}} || NC_CHAR || Variable-specific ||Explanation of the meaning of 0b and 1b for NC_BYTE variables ||
    54 ||{{{flag_values}}}  || NC_BYTE || 0b, 1b            ||Explanation of the meaning of 0b and 1b for NC_BYTE variables ||
    55 ||{{{grid_mapping}}} || NC_CHAR || "crsUTM: E_UTM N_UTM crsETRS: lon lat" (?) ||Grid mapping ||
    56 ||{{{lod}}}          || NC_INT  || Variable-specific ||Level of detail used for some variables ||
    57 ||{{{long_name}}}    || NC_CHAR || Variable-specific ||Variable long name ||
    58 ||{{{res_orig}}}     || NC_CHAR || Variable-specific ||Resolution of the original data ||
    59 ||{{{source}}}       || NC_CHAR || Variable-specific ||Data source ||
    60 ||{{{units}}}        || NC_CHAR || Variable-specific ||Units of the variable ||
    61 ||{{{valid_range}}}  || NC_BYTE || 0b, 1b            ||Valid range of values ||
     72||='''Attribute'''  =||= '''Type'''  =||= '''Value''' =||= '''Description''' =||
     73||{{{_FillValue}}}   || Variable-specific || Variable-specific       || Fill value for missing data ||
     74||{{{coordinates}}}  || NC_CHAR  || "E_UTM N_UTM lon lat x y z time" || Coordinate system ||
     75||{{{flag_meanings}}} || NC_CHAR || Variable-specific                || Explanation of the meaning of 0b and 1b for NC_BYTE variables ||
     76||{{{flag_values}}}  || NC_BYTE  || 0b, 1b                           || Explanation of the meaning of 0b and 1b for NC_BYTE variables ||
     77||{{{grid_mapping}}} || NC_CHAR  || "crs"                            || Grid mapping ||
     78||{{{lod}}}          || NC_INT   || Variable-specific                || Level of detail used for some variables ||
     79||{{{long_name}}}    || NC_CHAR  || Variable-specific                || Variable long name ||
     80||{{{res_orig}}}     || NC_CHAR  || Variable-specific                || Resolution of the original data ||
     81||{{{source}}}       || NC_CHAR  || Variable-specific                || Data source ||
     82||{{{units}}}        || NC_CHAR  || Variable-specific                || Units of the variable ||
     83||{{{valid_range}}}  || NC_BYTE  || 0b, 1b                           || Valid range of values ||
    6284
    6385----
     
    6587=== [=#dimensions '''List of dimensions] ===
    6688The following list provides an overview of all dimension variables that can be used in a static driver file. All dimensions should start with 0, except for ns, which has to start with 1.
    67 ||='''Dimension'''  =||= '''Type'''  =||= '''Value''' |= '''Description''' =||
     89||='''Dimension'''  =||= '''Type'''  =||= '''Value''' =||= '''Description''' =||
    6890||''nalbedo_pars'' || NC_INT || 8 || number of elements in [#albedo_pars ''albedo_pars''] ||
    6991||''nbuilding_surface_pars'' || NC_INT || 28 || number of elements in [#building_surface_pars ''building_surface_pars''] ||