You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that in its simplest form the attribute comprises just a grid_mapping_name as a single word.
Each grid_mapping_name is the name of a variable (known as a grid mapping variable), which must exist in the file.
Each coord_var is the name of a coordinate variable or auxiliary coordinate variable, which must exist in the file. If it is an auxiliary coordinate variable, it must be listed in the coordinates attribute.
The grid mapping variables must have the grid_mapping_name attribute. The legal values for the grid_mapping_name attribute are contained in Appendix F.
The data types of the attributes of the grid mapping variable must be specified in Table 1 of Appendix F.
If present, the crs_wkt attribute must be a text string conforming to the CRS WKT specification described in reference [OGC_CTS].
reference_ellipsoid_name, prime_meridian_name, horizontal_datum_name and geographic_crs_name must be all defined if any one is defined.
If projected_crs_name is defined then geographic_crs_name must be also.
Recommendations:
The grid mapping variables should have 0 dimensions.
The text was updated successfully, but these errors were encountered:
related to issue#950 [ioos#950]
updated the function get_grid_mapping_variables to parse the attribute variables when it contains more than one string.
in cf_1_7.py
- added "geographic_crs_name" to the function def _check_gmattr_existence_condition_ell_pmerid_hdatum(self, var):
- Modified function def check_grid_mapping(self, ds):
in cfutil.py
- modified the function def grid_mapping_variables(ds)
- added the function def get_grid_mapping_variables_coordinates(ds):
in test_cf.py
- modified the function def test_check_grid_mapping(self):
5.6 Grid Mappings and Projections
Requirements:
Note that in its simplest form the attribute comprises just a grid_mapping_name as a single word.
Each grid_mapping_name is the name of a variable (known as a grid mapping variable), which must exist in the file.
Each coord_var is the name of a coordinate variable or auxiliary coordinate variable, which must exist in the file. If it is an auxiliary coordinate variable, it must be listed in the coordinates attribute.
The grid mapping variables must have the grid_mapping_name attribute. The legal values for the grid_mapping_name attribute are contained in Appendix F.
The data types of the attributes of the grid mapping variable must be specified in Table 1 of Appendix F.
If present, the crs_wkt attribute must be a text string conforming to the CRS WKT specification described in reference [OGC_CTS].
reference_ellipsoid_name, prime_meridian_name, horizontal_datum_name and geographic_crs_name must be all defined if any one is defined.
If projected_crs_name is defined then geographic_crs_name must be also.
Recommendations:
The text was updated successfully, but these errors were encountered: