Skip to content

Commit 2fa1294

Browse files
committed
dev
1 parent 771a049 commit 2fa1294

13 files changed

Lines changed: 403 additions & 203 deletions

File tree

cf/cellconnectivity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class CellConnectivity(mixin.PropertiesData, cfdm.CellConnectivity):
4949
from any other sources, but is consistent with UGRID encoding
5050
within CF-netCDF.
5151
52-
See CF Appendix I "The CF Data Model".
52+
See CF Appendix I: The CF Data Model.
53+
https://doi.org/10.5281/zenodo.14274886
5354
5455
**NetCDF interface**
5556

cf/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,9 @@
520520

521521

522522
# --------------------------------------------------------------------
523-
# CF HEALPix indexing schemes supported by cf
523+
# CF HEALPix indexing schemes
524524
# --------------------------------------------------------------------
525-
healpix_indexing_schemes = ("nested", "ring", "nuniq")
525+
healpix_indexing_schemes = ("nested", "ring", "nuniq", "zuniq")
526526

527527

528528
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)