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


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

--

Legend:

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

    v62 v63  
    4646----
    4747
    48 === [=#grid_mapping '''grid mapping] ===
     48=== [=#grid_mapping '''Grid mapping] ===
    4949Grid 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. ||
     50||='''Variable''' =||='''Type''' =||='''Attributes''' =||='''Remarks''' =||
     51||''crs''          || NC_INT      || See list below    || Attributes of ''crs'' define the grid mapping. It has no dimensions (single integer) and its value does not need to be set. ||
    5252
    5353The 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"                  ||
     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"                  ||
    6767
    6868----