| 48 | === [=#grid_mapping '''grid mapping] === |
| 49 | Grid 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 | |
| 53 | The 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 | |
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 || |